GetRef

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

const T &

 

GetRef

(
    const FRigVMOperand& InOperand
)

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

Public function Const

const T &

 

GetRef

(
    const FRigVMRegister& Register,
    int32 InRegisterOffset
)

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

Public function Const

const T &

 

GetRef

(
    int32 InRegisterIndex,
    int32 InRegisterOffset
)

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

Public function

T &

 

GetRef

(
    const FRigVMOperand& InOperand,
    bool bMoveToNextSlice
)

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

Public function

T &

 

GetRef

(
    FRigVMRegister& Register,
    int32 InRegisterOffset,
    bool bMoveToNextSlice
)

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

Public function

T &

 

GetRef

(
    int32 InRegisterIndex,
    int32 InRegisterOffset,
    bool bMoveToNextSlice
)

Returns the current typed reference 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