EX_LetWeakObjPtr
Namespace: UAssetAPI.Kismet.Bytecode.Expressions
A single Kismet bytecode instruction, corresponding to the EExprToken.EX_LetWeakObjPtr instruction.
public class EX_LetWeakObjPtr : EX_LetBase
Inheritance Object → KismetExpression → EX_LetBase → EX_LetWeakObjPtr
Fields
VariableExpression
Variable expression.
public KismetExpression VariableExpression;
AssignmentExpression
Assignment expression.
public KismetExpression AssignmentExpression;
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
Inst
The token of this instruction expressed as a string.
public string Inst { get; }
Property Value
Constructors
EX_LetWeakObjPtr()
public EX_LetWeakObjPtr()