Classes

UMaterialExpressionFunctionInput

UMaterialExpression > UObject

Member Type Offset Share
Preview

Used for previewing when editing the function, or when bUsePreviewValueAsDefault is enabled.

FExpressionInput 0x40
InputName

The input's name, which will be drawn on the connector in function call expressions that use this function.

FName 0x54
Description

The input's description, which will be used as a tooltip on the connector in function call expressions that use this function.

FString 0x60
ID FGuid 0x70
InputType

Type of this input.

EFunctionInputType 0x80
PreviewValue

Value used to preview this input when editing the material function.

FVector4 0x90
bUsePreviewValueAsDefault : 1 char 0xa0
SortPriority

Controls where the input is displayed relative to the other inputs.

int32_t 0xa4
bCompilingFunctionPreview : 1 char 0xa8