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 FDMComponentPath
Remarks
A path such as Name.Component.Component[2].Value
Variables
| Type | Name | Description | |
|---|---|---|---|
| FStringView | Path |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMComponentPath
(
FStringView InPath |
|||
FDMComponentPath
(
const FString& InPathString |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FDMComponentPathSegment | Extracts the first component and removes it from the path | ||
| bool | IsLeaf () |
Constants
| Name | Description |
|---|---|
| ParameterClose | |
| ParameterOpen | |
| Separator |