Navigation
API > API/Plugins > API/Plugins/DynamicMaterial
References
| Module | DynamicMaterial |
| Header | /Engine/Plugins/Experimental/DynamicMaterial/Source/DynamicMaterial/Public/DMComponentPath.h |
| Include | #include "DMComponentPath.h" |
Syntax
struct FDMComponentPathSegment
Remarks
Represents a single part of a component path
Variables
| Type | Name | Description | |
|---|---|---|---|
| FStringView | Parameter | ||
| FStringView | Token |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMComponentPathSegment
(
FStringView InToken, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetParameter
(
int32& OutParameter |
||
| bool | GetParameter
(
FString& OutParameter |
||
| FStringView | GetToken () |
||
| bool | HasParameter () |