Navigation
API > API/Plugins > API/Plugins/DynamicMaterial > API/Plugins/DynamicMaterial/Components
Inheritance Hierarchy
- UObject
- FNotifyHook
- UDMMaterialComponent
- UDMMaterialComponentDynamic
- UDMMaterialValueDynamic
- UDMMaterialValueBoolDynamic
- UDMMaterialValueColorAtlasDynamic
- UDMMaterialValueFloat1Dynamic
- UDMMaterialValueFloat2Dynamic
- UDMMaterialValueFloat3RGBDynamic
- UDMMaterialValueFloat3RPYDynamic
- UDMMaterialValueFloat3XYZDynamic
- UDMMaterialValueFloat4Dynamic
- UDMMaterialValueRenderTargetDynamic
- UDMMaterialValueTextureDynamic
- UDMTextureUVDynamic
References
| Module | DynamicMaterial |
| Header | /Engine/Plugins/Experimental/DynamicMaterial/Source/DynamicMaterial/Public/Components/DMMaterialComponentDynamic.h |
| Include | #include "Components/DMMaterialComponentDynamic.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Abstract, ClassGroup="Material Designer",
Meta=(DisplayName="Material Designer Value Instance"))
class UDMMaterialComponentDynamic : public UDMMaterialComponent
Remarks
Base version of a dynamic material component. Links to the original in the parent material model.
Variables
| Type | Name | Description | |
|---|---|---|---|
| void virtual CopyDynamicPropertiesTo(UDMMaterialComponent *InDestinationComponent) const PURE_VI... | BeginDestroy | Copies the properties of this dynamic component back to a non-dynamic counterpart. | |
| TObjectPtr< UDMMaterialComponent > | ParentComponent | ||
| FName | ParentComponentName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UDMMaterialComponent * | Resolves and returns the component this dynamic one is based on. | ||
| UDynamicMaterialModelDynamic * | |||
| FName | |||
| void |
Overridden from UDMMaterialComponent
| Type | Name | Description | |
|---|---|---|---|
| UDMMaterialComponent * | GetSubComponentByPath
(
FDMComponentPath& InPath, |
Searches the component for a specific component based on a path. |
Constants
| Name | Description |
|---|---|
| ParentValuePathToken |