Navigation
API > API/Plugins > API/Plugins/DynamicMaterial > API/Plugins/DynamicMaterial/IDynamicMaterialModelEditorOnlyD-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDMMaterialComponent * GetSubComponentByPath
(
FDMComponentPath& InPath |
Searches the model editor only data for a specific component based on a path. | Model/IDynamicMaterialModelEditorOnlyDataInterface.h | |
UDMMaterialComponent * GetSubComponentByPath
(
FDMComponentPath& InPath, |
Searches the model editor only data for a specific component based on a path. | Model/IDynamicMaterialModelEditorOnlyDataInterface.h |
GetSubComponentByPath(FDMComponentPath &)
Description
Searches the model editor only data for a specific component based on a path.
| Name | GetSubComponentByPath |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterial/Public/Model/IDynamicMaterialModelEditorOnlyDataInterface.h |
| Include Path | #include "Model/IDynamicMaterialModelEditorOnlyDataInterface.h" |
UDMMaterialComponent * GetSubComponentByPath
(
FDMComponentPath & InPath
) const
GetSubComponentByPath(FDMComponentPath &, const FDMComponentPathSegment &)
Description
Searches the model editor only data for a specific component based on a path.
| Name | GetSubComponentByPath |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterial/Public/Model/IDynamicMaterialModelEditorOnlyDataInterface.h |
| Include Path | #include "Model/IDynamicMaterialModelEditorOnlyDataInterface.h" |
UDMMaterialComponent * GetSubComponentByPath
(
FDMComponentPath & InPath,
const FDMComponentPathSegment & InPathSegment
) const