EX_Context_FailSilent
Namespace: UAssetAPI.Kismet.Bytecode.Expressions
A single Kismet bytecode instruction, corresponding to the EExprToken.EX_Context_FailSilent instruction.
public class EX_Context_FailSilent : EX_Context
Inheritance Object → KismetExpression → EX_Context → EX_Context_FailSilent
Fields
ObjectExpression
Object expression.
public KismetExpression ObjectExpression;
Offset
Code offset for NULL expressions.
public uint Offset;
PropertyType
Old property type.
public byte PropertyType;
RValuePointer
Property corresponding to the r-value data, in case the l-value needs to be mem-zero'd. FField*
public KismetPropertyPointer RValuePointer;
ContextExpression
Context expression.
public KismetExpression ContextExpression;
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_Context_FailSilent()
public EX_Context_FailSilent()
Methods
Read(AssetBinaryReader)
Reads out the expression from a BinaryReader.
public void Read(AssetBinaryReader reader)
Parameters
reader
AssetBinaryReader
The BinaryReader to read from.
Write(AssetBinaryWriter)
Writes the expression to a BinaryWriter.
public int Write(AssetBinaryWriter writer)
Parameters
writer
AssetBinaryWriter
The BinaryWriter to write from.
Returns
Int32
The iCode offset of the data that was written.