Navigation
API > API/Plugins > API/Plugins/DynamicMaterial > API/Plugins/DynamicMaterial/UDMMaterialComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
InParentClass * GetTypedParent
(
bool bInAllowSubclasses |
Components/DMMaterialComponent.h | ||
UDMMaterialComponent * GetTypedParent
(
UClass* InParentClass, |
Returns the first in the model hierarchy above this component of the given type. | Components/DMMaterialComponent.h |
|
GetTypedParent(bool)
| Name | GetTypedParent |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterial/Public/Components/DMMaterialComponent.h |
| Include Path | #include "Components/DMMaterialComponent.h" |
template<class InParentClass>
InParentClass * GetTypedParent
(
bool bInAllowSubclasses
) const
GetTypedParent(UClass *, bool)
Description
Returns the first in the model hierarchy above this component of the given type.
| Name | GetTypedParent |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterial/Public/Components/DMMaterialComponent.h |
| Include Path | #include "Components/DMMaterialComponent.h" |
| Source | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterial/Private/Components/DMMaterialComponent.cpp |
UFUNCTION (BlueprintCallable, Category="Material Designer")
UDMMaterialComponent * GetTypedParent
(
UClass * InParentClass,
bool bInAllowSubclasses
) const