Navigation
API > API/Plugins > API/Plugins/DynamicMaterialEditor > API/Plugins/DynamicMaterialEditor/FDMComponentPropertyRowGenerator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddPropertyEditRows
(
FDMComponentPropertyRowGeneratorParams& InParams, |
Add the rows needed for a specific property. | UI/PropertyGenerators/DMComponentPropertyRowGenerator.h | |
virtual void AddPropertyEditRows
(
FDMComponentPropertyRowGeneratorParams& InParams, |
Adds the rows needed for a specific property. | UI/PropertyGenerators/DMComponentPropertyRowGenerator.h |
AddPropertyEditRows(FDMComponentPropertyRowGeneratorParams &, const FName &)
Description
Add the rows needed for a specific property.
| Name | AddPropertyEditRows |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Public/UI/PropertyGenerators/DMComponentPropertyRowGenerator.h |
| Include Path | #include "UI/PropertyGenerators/DMComponentPropertyRowGenerator.h" |
| Source | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Private/UI/PropertyGenerators/DMComponentPropertyRowGenerator.cpp |
virtual void AddPropertyEditRows
(
FDMComponentPropertyRowGeneratorParams & InParams,
const FName & InProperty
)
Parameters
| Name | Remarks |
|---|---|
| InProperty | The name of the property. |
AddPropertyEditRows(FDMComponentPropertyRowGeneratorParams &, FProperty , void )
Description
Adds the rows needed for a specific property.
| Name | AddPropertyEditRows |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Public/UI/PropertyGenerators/DMComponentPropertyRowGenerator.h |
| Include Path | #include "UI/PropertyGenerators/DMComponentPropertyRowGenerator.h" |
| Source | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Private/UI/PropertyGenerators/DMComponentPropertyRowGenerator.cpp |
virtual void AddPropertyEditRows
(
FDMComponentPropertyRowGeneratorParams & InParams,
FProperty * InProperty,
void * InMemoryPtr
)
Parameters
| Name | Remarks |
|---|---|
| InProperty | The FProperty for this property. |
| InMemoryPtr | The pointer to the property's value in memory |