| bIsInterfaceContext |
bool |
Is this node an interface context? (KCST_CallFunction) |
BlueprintCompiledStatement.h |
|
| bIsJumpTarget |
bool |
Is this node a jump target? |
BlueprintCompiledStatement.h |
|
| bIsParentContext |
bool |
Is this function called on a parent class (super, etc)? (KCST_CallFunction) |
BlueprintCompiledStatement.h |
|
| Comment |
FString |
Comment text. |
BlueprintCompiledStatement.h |
|
| ExecContext |
UEdGraphPin * |
Exec pin about to execute (KCST_WireTraceSite) |
BlueprintCompiledStatement.h |
|
| FunctionContext |
FBPTerminal * |
Object that the function should be called on, or NULL to indicate self (KCST_CallFunction) |
BlueprintCompiledStatement.h |
|
| FunctionToCall |
UFunction * |
Function that executes the statement (KCST_CallFunction) |
BlueprintCompiledStatement.h |
|
| LHS |
FBPTerminal * |
Destination of assignment statement or result from function call. |
BlueprintCompiledStatement.h |
|
| PureOutputContextArray |
TArray< class UEdGraphPin * > |
Pure node output pin(s) linked to exec node input pins (KCST_InstrumentedPureNodeEntry) |
BlueprintCompiledStatement.h |
|
| RHS |
TArray< struct FBPTerminal * > |
Argument list of function call or source of assignment statement. |
BlueprintCompiledStatement.h |
|
| TargetLabel |
FBlueprintCompiledStatement * |
Target label (KCST_Goto, or KCST_CallFunction that requires an ubergraph reference) |
BlueprintCompiledStatement.h |
|
| Type |
EKismetCompiledStatementType |
|
BlueprintCompiledStatement.h |
|
| UbergraphCallIndex |
int32 |
The index of the argument to replace (only used when KCST_CallFunction has a non-NULL TargetLabel) |
BlueprintCompiledStatement.h |
|