Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UBlueprintVariableNodeSpawner
- UBlueprintNodeSpawner::GetUiSpec()
- UBlueprintVariableNodeSpawner::GetUiSpec()
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/BlueprintVariableNodeSpawner.h |
Include | #include "BlueprintVariableNodeSpawner.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/BlueprintVariableNodeSpawner.cpp |
virtual FBlueprintActionUiSpec GetUiSpec
&40;
FBlueprintActionContext const & Context,
FBindingSet const & Bindings
&41; const
Remarks
Takes the default FBlueprintActionUiSpec and modifies it dynamically to accommodate the current context. A ui spec, detailing how to present this action in the menu.
Parameters
Name | Description |
---|---|
Context | Context that this spawner will be presented under. |
Bindings | Bindings that will be applied to the node post-spawn. |