Class MaterialExpression
Inheritance
System.Object
MaterialExpression
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)
Assembly: UE4DotNet.dll
Syntax
public class MaterialExpression : UObject
Properties
|
Improve this Doc
View Source
bCollapsed
Declaration
public bool bCollapsed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool bCommentBubbleVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bHidePreviewWindow
Declaration
public bool bHidePreviewWindow { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bIsParameterExpression
Declaration
public bool bIsParameterExpression { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bNeedToUpdatePreview
Declaration
public bool bNeedToUpdatePreview { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bRealtimePreview
Declaration
public bool bRealtimePreview { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool bShaderInputData { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool bShowInputs { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bShowMaskColorsOnPin
Declaration
public bool bShowMaskColorsOnPin { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bShowOutputNameOnPin
Declaration
public bool bShowOutputNameOnPin { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bShowOutputs
Declaration
public bool bShowOutputs { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static MaterialExpression DefaultObject { get; }
Property Value
|
Improve this Doc
View Source
Function
The material function that this expression is being used with, if any.
Declaration
public MaterialFunction Function { get; set; }
Property Value
|
Improve this Doc
View Source
GraphNode
Expression's Graph representation
Declaration
public EdGraphNode GraphNode { get; set; }
Property Value
|
Improve this Doc
View Source
Material
The material that this expression is currently being compiled in.
Declaration
public Material Material { get; set; }
Property Value
|
Improve this Doc
View Source
MaterialExpressionEditorX
Material Expression Editor X
Declaration
public int MaterialExpressionEditorX { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MaterialExpressionEditorY
Material Expression Editor Y
Declaration
public int MaterialExpressionEditorY { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MaterialExpressionGuid
GUID to uniquely identify this node, to help the tutorials out
Declaration
public FGuid MaterialExpressionGuid { get; set; }
Property Value
|
Improve this Doc
View Source
StaticClass
Declaration
public static Class StaticClass { get; }
Property Value
Methods
|
Improve this Doc
View Source
New(UObject, Name)
Spawn an object of this class
Declaration
public static MaterialExpression New(UObject obj = null, Name name = default(Name))
Parameters
Returns
Operators
|
Improve this Doc
View Source
Implicit(IntPtr to MaterialExpression)
Convert from IntPtr to UObject
Declaration
public static implicit operator MaterialExpression(IntPtr p)
Parameters
Type |
Name |
Description |
System.IntPtr |
p |
|
Returns