Choose your operating system:
Windows
macOS
Linux
| UK2Node::GetMenuActions()
|
Module |
|
Header |
/Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXBlueprintGraph/Public/K2Node_GetDMXAttributeValues.h |
Include |
#include "K2Node_GetDMXAttributeValues.h" |
Source |
/Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXBlueprintGraph/Private/K2Node_GetDMXAttributeValues.cpp |
virtual void GetMenuActions
(
FBlueprintActionDatabaseRegistrar & ActionRegistrar
) const
Replacement for GetMenuEntries(). Override to add specific UBlueprintNodeSpawners pertaining to the sub-class type. Serves as an extensible way for new nodes, and game module nodes to add themselves to context menus.
Parameter |
Description |
---|---|
ActionListOut |
The list to be populated with new spawners. |