ChangeRegisterType

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

ChangeRegisterType

(
    int32 InRegisterIndex,
    const T* InDataPtr,
    int32 InNewElementCount,
    int32 InNewSliceCount
)

Changes the type of a register provided a new type and a data pointer.

Public function

bool

 

ChangeRegisterType

(
    int32 InRegisterIndex,
    const FName* InDataPtr,
    int32 InNewElementCount,
    int32 InNewSliceCount
)

Public function

bool

 

ChangeRegisterType

(
    int32 InRegisterIndex,
    const FString* InDataPtr,
    int32 InNewElementCount,
    int32 InNewSliceCount
)

Public function

bool

 

ChangeRegisterType

(
    int32 InRegisterIndex,
    ERigVMRegisterType InNewType,
    int32 InElementSize,
    const uint8* InDataPtr,
    int32 InNewElementCount,
    int32 InNewSliceCount
)

Changes the type of a register provided a new type and a data pointer.

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