Navigation
API > API/Plugins > API/Plugins/DynamicMaterialEditor > API/Plugins/DynamicMaterialEditor/IDynamicMaterialEditorModule
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
IDynamicMaterialEditorModule.h |
|
|
|
IDynamicMaterialEditorModule.h |
|
RegisterComponentPropertyRowGeneratorDelegate()
| |
|
| Name |
RegisterComponentPropertyRowGeneratorDelegate |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Public/IDynamicMaterialEditorModule.h |
| Include Path |
#include "IDynamicMaterialEditorModule.h" |
template<class InObjClass, class InGenClass>
void RegisterComponentPropertyRowGeneratorDelegate()
RegisterComponentPropertyRowGeneratorDelegate(UClass *, FDMComponentPropertyRowGeneratorDelegate)
| |
|
| Name |
RegisterComponentPropertyRowGeneratorDelegate |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Public/IDynamicMaterialEditorModule.h |
| Include Path |
#include "IDynamicMaterialEditorModule.h" |
void RegisterComponentPropertyRowGeneratorDelegate
(
UClass * InClass,
FDMComponentPropertyRowGeneratorDelegate InComponentPropertyRowGeneratorDelegate
)