Navigation
API > API/Plugins > API/Plugins/DynamicMaterial > API/Plugins/DynamicMaterial/UDynamicMaterialModel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDMMaterialComponent * GetComponentByPath
(
const FString& InPath |
Searches the model for a specific component based on a path. | Model/DynamicMaterialModel.h |
|
UDMMaterialComponent * GetComponentByPath
(
FDMComponentPath& InPath |
Searches the model for a specific component based on a path. | Model/DynamicMaterialModel.h | |
InComponentClass * GetComponentByPath
(
FDMComponentPath& InPath |
Searches the model for a specific component based on a path and Casts it to the given type. | Model/DynamicMaterialModel.h |
GetComponentByPath(const FString &)
Description
Searches the model for a specific component based on a path.
| Name | GetComponentByPath |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterial/Public/Model/DynamicMaterialModel.h |
| Include Path | #include "Model/DynamicMaterialModel.h" |
| Source | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterial/Private/Model/DynamicMaterialModel.cpp |
UFUNCTION (BlueprintCallable, Category="Material Designer")
UDMMaterialComponent * GetComponentByPath
(
const FString & InPath
) const
GetComponentByPath(FDMComponentPath &)
Description
Searches the model for a specific component based on a path.
| Name | GetComponentByPath |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterial/Public/Model/DynamicMaterialModel.h |
| Include Path | #include "Model/DynamicMaterialModel.h" |
| Source | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterial/Private/Model/DynamicMaterialModel.cpp |
UDMMaterialComponent * GetComponentByPath
(
FDMComponentPath & InPath
) const
GetComponentByPath(FDMComponentPath &)
Description
Searches the model for a specific component based on a path and Casts it to the given type.
| Name | GetComponentByPath |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterial/Public/Model/DynamicMaterialModel.h |
| Include Path | #include "Model/DynamicMaterialModel.h" |
template<typename InComponentClass>
InComponentClass * GetComponentByPath
(
FDMComponentPath & InPath
) const