FRigVMMemoryContainer::Rename

Remove a register given its index Note: This only works if [SupportsNames()](API\Runtime\RigVM\RigVMCore\FRigVMMemoryContainer\SupportsNames) == true

Windows
MacOS
Linux

References

Module

RigVM

Header

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

Include

#include "RigVMCore/RigVMMemory.h"

Source

/Engine/Source/Runtime/RigVM/Private/RigVMCore/RigVMMemory.cpp

Syntax

FName Rename
(
    int32 InRegisterIndex,
    const FName & InNewName
)

Remarks

Remove a register given its index Note: This only works if SupportsNames() == true

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