Navigation
Unreal Engine C++ API Reference > Plugins > DMXEditor > FDMXEditorModule
References
Module | DMXEditor |
Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/DMXEditorModule.h |
Include | #include "DMXEditorModule.h" |
Source | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Private/DMXEditorModule.cpp |
void RegisterAssetTypeAction
(
TSharedRef < IAssetTypeActions > Action
)
Remarks
Helper to register a custom asset type action, to ease unregistering with the corresponding unregister method.
Parameters
Name | Description |
---|---|
Action | The asset type action to register |