Navigation
API > API/Editor > API/Editor/BlueprintGraph
Node customization for MakeInstancedStruct(), SetInstancedStructValue(), and GetInstancedStructValue().
| Name | UK2Node_InstancedStruct |
| Type | class |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InstancedStruct.h |
| Include Path | #include "K2Node_InstancedStruct.h" |
Syntax
UCLASS ()
class UK2Node_InstancedStruct : public UK2Node_CallFunction
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UK2Node → UK2Node_CallFunction → UK2Node_InstancedStruct
Functions
Protected
Overridden from UK2Node_CallFunction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanToggleNodePurity () |
By default, pure nodes can be toggled. | K2Node_InstancedStruct.h |