Get

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

const T *...

 

Get

(
    const FRigVMOperand& InOperand,
    int32 InSliceIndex
)

Returns the current const typed pointer for a given argument.

Public function

T *

 

Get

(
    const FRigVMOperand& InOperand,
    int32 InSliceIndex
)

Returns the current typed pointer for a given argument.

Public function Const

const T *...

 

Get

(
    const FRigVMRegister& InRegister,
    int32 InRegisterOffset,
    int32 InSliceIndex
)

Returns the current const typed pointer for a given register.

Public function Const

const T *...

 

Get

(
    int32 InRegisterIndex,
    int32 InRegisterOffset,
    int32 InSliceIndex
)

Returns the current const typed pointer for a given register index.

Public function

T *

 

Get

(
    FRigVMRegister& InRegister,
    int32 InRegisterOffset,
    int32 InSliceIndex
)

Returns the current typed pointer for a given register.

Public function

T *

 

Get

(
    int32 InRegisterIndex,
    int32 InRegisterOffset,
    int32 InSliceIndex
)

Returns the current typed pointer for a given register index.

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