FRigVMChangeTypeOp

Change the type of a register

Windows
MacOS
Linux

Inheritance Hierarchy

FRigVMBaseOp

FRigVMUnaryOp

FRigVMChangeTypeOp

References

Module

RigVM

Header

/Engine/Source/Runtime/RigVM/Public/RigVMCore/RigVMByteCode.h

Include

#include "RigVMCore/RigVMByteCode.h"

Syntax

struct FRigVMChangeTypeOp : public FRigVMUnaryOp

Remarks

Change the type of a register

Variables

Name Description

Public variable

uint16

 

ElementCount

Public variable

uint16

 

ElementSize

Public variable

uint16

 

SliceCount

Public variable

ERigVMRegisterT...

 

Type

Constructors

Name Description

Public function

FRigVMChangeTypeOp()

Public function

FRigVMChangeTypeOp

(
    FRigVMOperand InArg,
    ERigVMRegisterType InType,
    uint16 InElementSize,
    uint16 InElementCount,
    uint16 InSliceCount
)

Functions

Name Description

Public function

bool

 

Serialize

(
    FArchive& Ar
)

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