Navigation
API > API/Plugins > API/Plugins/DynamicMaterial
References
| Module | DynamicMaterial |
| Header | /Engine/Plugins/Experimental/DynamicMaterial/Source/DynamicMaterial/Public/DMValueDefinition.h |
| Include | #include "DMValueDefinition.h" |
Syntax
USTRUCT (BlueprintType )
struct FDMValueDefinition
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FText > | ChannelNames | ||
| FText | DisplayName | ||
| uint8 | FloatCount | ||
| EDMValueType | Type |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMValueDefinition
(
EDMValueType InType, |
|||
FDMValueDefinition
(
EDMValueType InType, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FText & | GetChannelName
(
int32 InChannel |
To be consistent without OutputChannel, 1 is the first channel, not 0. | |
| const TArray< FText > & | |||
| const FText & | |||
| uint8 | |||
| EDMValueType | GetType () |
||
| bool | IsFloat3Type () |
||
| bool | IsFloatType () |