#include <LiveConfigBlueprintExtensions.h>
|
| static void | Initialize () |
| |
| static void | Shutdown () |
| |
| static TSharedRef< FExtender > | OnExtendPinMenu (const TSharedRef< FUICommandList > CommandList, const UEdGraph *Graph, const UEdGraphNode *Node, const UEdGraphPin *Pin, bool bReadOnly) |
| |
Helper class to extend blueprint context menus with Live Config actions
◆ Initialize()
| void FLiveConfigBlueprintExtensions::Initialize |
( |
| ) |
|
|
static |
Initialize the blueprint extensions
◆ OnExtendPinMenu()
| TSharedRef< FExtender > FLiveConfigBlueprintExtensions::OnExtendPinMenu |
( |
const TSharedRef< FUICommandList > |
CommandList, |
|
|
const UEdGraph * |
Graph, |
|
|
const UEdGraphNode * |
Node, |
|
|
const UEdGraphPin * |
Pin, |
|
|
bool |
bReadOnly |
|
) |
| |
|
static |
FExtender callback for pin context menu
◆ Shutdown()
| void FLiveConfigBlueprintExtensions::Shutdown |
( |
| ) |
|
|
static |
Shutdown the blueprint extensions
The documentation for this class was generated from the following files: