UK2Node_StructMemberGet

Pure kismet node that gets one or more member variables of a struct.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_StructMemberGet.h

Include

#include "K2Node_StructMemberGet.h"

Syntax

class UK2Node_StructMemberGet : public UK2Node_StructOperation

Remarks

Pure kismet node that gets one or more member variables of a struct.

Variables

Name Description

Public variable

TArray< FOption...

 

ShowPinForProperties

Constructors

Name Description

Public function

UK2Node_StructMemberGet

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function

void

 

AllocatePinsForSingleMemberGet

(
    FName MemberName
)

AllocateDefaultPins with just one member set.

Overridden from UK2Node

Name Description

Public function Virtual Const

FNodeHandlin...

 

CreateNodeHandler

(
    FKismetCompilerContext& CompilerCo...
)

Public function Virtual Const

bool

 

IsNodePure()

Returns whether this node is considered 'pure' by the compiler

Public function Virtual Const

bool

 

NodeCausesStructuralBlueprintChange()

Return true if adding/removing this node requires calling MarkBlueprintAsStructurallyModified on the Blueprint

Overridden from UEdGraphNode

Name Description

Public function Virtual

void

 

AllocateDefaultPins()

Allocate default pins for a given node, based only the NodeType, which should already be filled in.

Public function Virtual Const

FText

 

GetNodeTitle

(
    ENodeTitleType::Type TitleType
)

Gets the name of this node, shown in title bar

Public function Virtual Const

FText

 

GetTooltipText()

Gets the tooltip to display when over the node

Overridden from UObject

Name Description

Public function Virtual

void

 

PostEditChangeProperty

(
    FPropertyChangedEvent& PropertyCha...
)

Called when a property on this object has been modified externally

Public function Virtual

void

 

PreEditChange

(
    FProperty* PropertyAboutToChan...
)

This is called when a property is about to be modified externally

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss