Navigation
API > API/Editor > API/Editor/BlueprintGraph
Pure kismet node that creates a struct with specified values for each member.
| Name | UK2Node_SetFieldsInStruct |
| Type | class |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SetFieldsInStruct.h |
| Include Path | #include "K2Node_SetFieldsInStruct.h" |
Syntax
UCLASS (MinimalAPI)
class UK2Node_SetFieldsInStruct : public UK2Node_MakeStruct
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UK2Node → UK2Node_Variable → UK2Node_StructOperation → UK2Node_StructMemberSet → UK2Node_MakeStruct → UK2Node_SetFieldsInStruct
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UK2Node_SetFieldsInStruct
(
const FObjectInitializer& ObjectInitializer |
K2Node_SetFieldsInStruct.h |
Structs
| Name | Remarks |
|---|---|
| FSetFieldsInStructPinManager |
Enums
Public
| Name | Remarks |
|---|---|
| EPinsToRemove |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bRecursionGuard | bool | K2Node_SetFieldsInStruct.h | ||
| CachedNodeTitle | FNodeTextCache | K2Node_SetFieldsInStruct.h | ||
| CachedTooltip | FNodeTextCache | Constructing FText strings can be costly, so we cache the node's title/tooltip | K2Node_SetFieldsInStruct.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AllPinsAreShown() |
K2Node_SetFieldsInStruct.h | ||
void RemoveFieldPins
(
UEdGraphPin* InGraphPin, |
K2Node_SetFieldsInStruct.h | ||
void RestoreAllPins() |
K2Node_SetFieldsInStruct.h |
Overridden from UK2Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ConvertDeprecatedNode
(
UEdGraph* Graph, |
Performs a node-specific deprecation fixup, which may delete this node and replace it with another one | K2Node_SetFieldsInStruct.h | |
virtual FNodeHandlingFunctor * CreateNodeHandler
(
FKismetCompilerContext& CompilerContext |
K2Node_SetFieldsInStruct.h | ||
virtual void GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
Replacement for GetMenuEntries(). | K2Node_SetFieldsInStruct.h | |
virtual bool IsConnectionDisallowed
(
const UEdGraphPin* MyPin, |
K2Node_SetFieldsInStruct.h | ||
virtual bool IsNodePure() |
Returns whether this node is considered 'pure' by the compiler | K2Node_SetFieldsInStruct.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AllocateDefaultPins() |
K2Node_SetFieldsInStruct.h | ||
virtual bool CanSplitPin
(
const UEdGraphPin* Pin |
K2Node_SetFieldsInStruct.h | ||
virtual FSlateIcon GetIconAndTint
(
FLinearColor& OutColor |
K2Node_SetFieldsInStruct.h | ||
virtual FText GetNodeTitle
(
ENodeTitleType::Type TitleType |
K2Node_SetFieldsInStruct.h | ||
virtual FText GetTooltipText() |
K2Node_SetFieldsInStruct.h | ||
virtual void ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |
K2Node_SetFieldsInStruct.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BackTracePinPath
(
UEdGraphPin* OutputPin, |
K2Node_SetFieldsInStruct.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool ShowCustomPinActions
(
const UEdGraphPin* InGraphPin, |
K2Node_SetFieldsInStruct.h |