Navigation
API > API/Plugins > API/Plugins/DynamicMaterial
A component which links to a specific parent component in the hierarchy instead of its Outer.
| Name | UDMMaterialLinkedComponent |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterial/Public/Components/DMMaterialLinkedComponent.h |
| Include Path | #include "Components/DMMaterialLinkedComponent.h" |
Syntax
UCLASS (MinimalAPI, Abstract, BlueprintType,
Meta=(DisplayName="Material Designer Linked Component"))
class UDMMaterialLinkedComponent : public UDMMaterialComponent
Inheritance Hierarchy
- FNotifyHook → UDMMaterialComponent → UDMMaterialLinkedComponent
- UObjectBase → UObjectBaseUtility → UObject → UDMMaterialComponent → UDMMaterialLinkedComponent
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetParentComponent
(
UDMMaterialComponent* InParentComponent |
Sets the linked parent component. | Components/DMMaterialLinkedComponent.h |
|
Overridden from UDMMaterialComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UDMMaterialComponent * GetParentComponent() |
Returns the linked parent component. | Components/DMMaterialLinkedComponent.h | |
virtual void PostEditorDuplicate
(
UDynamicMaterialModel* InMaterialModel, |
Sets the parent component to the InParent parameter. | Components/DMMaterialLinkedComponent.h |