EX_ObjToInterfaceCast

Namespace: UAssetAPI.Kismet.Bytecode.Expressions

A single Kismet bytecode instruction, corresponding to the EExprToken.EX_ObjToInterfaceCast instruction. A conversion from an object or interface variable to a native interface variable.

public class EX_ObjToInterfaceCast : EX_CastBase

Inheritance ObjectKismetExpressionEX_CastBaseEX_ObjToInterfaceCast

Fields

ClassPtr

The interface class to convert to.

public FPackageIndex ClassPtr;

Target

The target of this expression.

public KismetExpression Target;

Tag

An optional tag which can be set on any expression in memory. This is for the user only, and has no bearing in the API itself.

public object Tag;

RawValue

public object RawValue;

Properties

Token

The token of this expression.

public EExprToken Token { get; }

Property Value

EExprToken

Inst

The token of this instruction expressed as a string.

public string Inst { get; }

Property Value

String

Constructors

EX_ObjToInterfaceCast()

public EX_ObjToInterfaceCast()