Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UK2Node_Variable
- UK2Node_StructOperation
- UK2Node_StructMemberSet
- UK2Node_MakeStruct
- UK2Node_SetFieldsInStruct
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SetFieldsInStruct.h |
| Include | #include "K2Node_SetFieldsInStruct.h" |
Syntax
class UK2Node_SetFieldsInStruct : public UK2Node_MakeStruct
Remarks
Pure kismet node that creates a struct with specified values for each member.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UK2Node_SetFieldsInStruct
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| void | BackTracePinPath
(
UEdGraphPin* OutputPin, |
||
| void | RemoveFieldPins
(
UEdGraphPin* InGraphPin, |
||
| void | |||
| bool | ShowCustomPinActions
(
const UEdGraphPin* InGraphPin, |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| FNodeHandlingFunctor * | CreateNodeHandler
(
FKismetCompilerContext& CompilerContext |
||
| void | GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
Replacement for GetMenuEntries(). | |
| bool | IsConnectionDisallowed
(
const UEdGraphPin* MyPin, |
||
| bool | IsNodePure () |
Returns whether this node is considered 'pure' by the compiler |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| void | Allocate default pins for a given node, based only the NodeType, which should already be filled in. | ||
| bool | CanSplitPin
(
const UEdGraphPin* Pin |
Whether or not struct pins belonging to this node should be allowed to be split or not. | |
| FSlateIcon | GetIconAndTint
(
FLinearColor& OutColor |
||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar | |
| FText | Gets the tooltip to display when over the node | ||
| void | ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |
Gives each visual node a chance to do final validation before it's node is harvested for use at runtime. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FSetFieldsInStructPinManager |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EPinsToRemove |