FBlueprintCompiledStatement

Windows
MacOS
Linux

References

Module

KismetCompiler

Header

/Engine/Source/Editor/KismetCompiler/Public/BlueprintCompiledStatement.h

Include

#include "BlueprintCompiledStatement.h"

Syntax

struct FBlueprintCompiledStatement

Variables

Name Description

Public variable

bool

 

bIsInterfaceContext

Is this node an interface context? (KCST_CallFunction)

Public variable

bool

 

bIsJumpTarget

Is this node a jump target?

Public variable

bool

 

bIsParentContext

Is this function called on a parent class (super, etc)? (KCST_CallFunction)

Public variable

FString

 

Comment

Comment text.

Public variable

UEdGraphPin ...

 

ExecContext

Exec pin about to execute (KCST_WireTraceSite)

Public variable

FBPTerminal ...

 

FunctionContext

Object that the function should be called on, or NULL to indicate self (KCST_CallFunction)

Public variable

UFunction *

 

FunctionToCall

Function that executes the statement (KCST_CallFunction)

Public variable

FBPTerminal ...

 

LHS

Destination of assignment statement or result from function call.

Public variable

TArray< class U...

 

PureOutputContextArray

Pure node output pin(s) linked to exec node input pins (KCST_InstrumentedPureNodeEntry)

Public variable

TArray< struct ...

 

RHS

Argument list of function call or source of assignment statement.

Public variable

FBlueprintCompi...

 

TargetLabel

Target label (KCST_Goto, or KCST_CallFunction that requires an ubergraph reference)

Public variable

EKismetCompiled...

 

Type

Public variable

int32

 

UbergraphCallIndex

The index of the argument to replace (only used when KCST_CallFunction has a non-NULL TargetLabel)

Constructors

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