Class MaterialExpressionStaticComponentMaskParameter
Material Expression Static Component Mask Parameter
Inheritance
System.Object
MaterialExpressionStaticComponentMaskParameter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public class MaterialExpressionStaticComponentMaskParameter : MaterialExpressionParameter
Properties
| Improve this Doc View SourceDefaultA
Declaration
public bool DefaultA { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DefaultB
Declaration
public bool DefaultB { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DefaultG
Declaration
public bool DefaultG { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static MaterialExpressionStaticComponentMaskParameter DefaultObject { get; }
Property Value
Type | Description |
---|---|
MaterialExpressionStaticComponentMaskParameter |
DefaultR
Declaration
public bool DefaultR { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Input
Input
Declaration
public ExpressionInput Input { get; set; }
Property Value
Type | Description |
---|---|
ExpressionInput |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static MaterialExpressionStaticComponentMaskParameter New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
MaterialExpressionStaticComponentMaskParameter |
Operators
| Improve this Doc View SourceImplicit(IntPtr to MaterialExpressionStaticComponentMaskParameter)
Convert from IntPtr to UObject
Declaration
public static implicit operator MaterialExpressionStaticComponentMaskParameter(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
MaterialExpressionStaticComponentMaskParameter |