Get

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

const T *...

 

Get

(
    const FRigVMOperand& InOperand
)

Returns the current const typed pointer for a given argument Note: This refers to the active slice - and can change over time.

Public function Const

const T *...

 

Get

(
    const FRigVMRegister& InRegister,
    int32 InRegisterOffset
)

Returns the current const typed pointer for a given register.

Public function Const

const T *...

 

Get

(
    int32 InRegisterIndex,
    int32 InRegisterOffset
)

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

Public function

T *

 

Get

(
    const FRigVMOperand& InOperand,
    bool bMoveToNextSlice
)

Returns the current typed pointer for a given argument Note: This refers to the active slice - and can change over time.

Public function

T *

 

Get

(
    FRigVMRegister& InRegister,
    int32 InRegisterOffset,
    bool bMoveToNextSlice
)

Returns the current typed pointer for a given register Note: This refers to the active slice - and can change over time.

Public function

T *

 

Get

(
    int32 InRegisterIndex,
    int32 InRegisterOffset,
    bool bMoveToNextSlice
)

Returns the current typed pointer for a given register index Note: This refers to the active slice - and can change over time.

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