Navigation
API > API/Plugins > API/Plugins/DynamicMaterialEditor > API/Plugins/DynamicMaterialEditor/FDMObjectMaterialProperty
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| DMObjectMaterialProperty.h | |||
FDMObjectMaterialProperty
(
UPrimitiveComponent* InOuter, |
UPrimitiveComponent Material Index | DMObjectMaterialProperty.h | |
FDMObjectMaterialProperty
(
UObject* InOuter, |
Class Property (including potential array index) | DMObjectMaterialProperty.h |
FDMObjectMaterialProperty()
| Name | FDMObjectMaterialProperty |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Public/DMObjectMaterialProperty.h |
| Include Path | #include "DMObjectMaterialProperty.h" |
| Source | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Private/DMObjectMaterialProperty.cpp |
FDMObjectMaterialProperty()
FDMObjectMaterialProperty(UPrimitiveComponent *, int32)
Description
UPrimitiveComponent Material Index
| Name | FDMObjectMaterialProperty |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Public/DMObjectMaterialProperty.h |
| Include Path | #include "DMObjectMaterialProperty.h" |
| Source | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Private/DMObjectMaterialProperty.cpp |
FDMObjectMaterialProperty
(
UPrimitiveComponent * InOuter,
int32 InIndex
)
FDMObjectMaterialProperty(UObject , FProperty , int32)
Description
Class Property (including potential array index)
| Name | FDMObjectMaterialProperty |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Public/DMObjectMaterialProperty.h |
| Include Path | #include "DMObjectMaterialProperty.h" |
| Source | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Private/DMObjectMaterialProperty.cpp |
FDMObjectMaterialProperty
(
UObject * InOuter,
FProperty * InProperty,
int32 InIndex
)