Navigation
API > API/Plugins > API/Plugins/DMXBlueprintGraph > API/Plugins/DMXBlueprintGraph/UK2Node_GetDMXAttributeValues
- UK2Node::GetMenuActions()
- UK2Node_GetDMXAttributeValues::GetMenuActions()
References
Module | DMXBlueprintGraph |
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
&40;
FBlueprintActionDatabaseRegistrar & ActionRegistrar
&41; const
Remarks
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.
Parameters
Name | Description |
---|---|
ActionListOut | The list to be populated with new spawners. |