Navigation
API > API/Plugins > API/Plugins/DynamicMaterial > API/Plugins/DynamicMaterial/Model > API/Plugins/DynamicMaterial/Model/UDynamicMaterialModel
| Type | Name | Description | |
|---|---|---|---|
| UDMMaterialComponent * | GetComponentByPath
(
const FString& InPath |
Searches the model for a specific component based on a path. | |
| UDMMaterialComponent * | GetComponentByPath
(
FDMComponentPath& InPath |
Searches the model for a specific component based on a path. | |
| InComponentClass * | GetComponentByPath
(
FDMComponentPath& InPath |
Searches the model for a specific component based on a path and Casts it to the given type. |