FRigVMMemoryContainer::GetArray

Returns an array view for all elements of the current slice for a given register.

Windows
MacOS
Linux

References

Module

RigVM

Header

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

Include

#include "RigVMCore/RigVMMemory.h"

Syntax

template<class T>
TArrayView< T > GetArray
(
    FRigVMRegister & InRegister,
    int32 InRegisterOffset,
    bool bMoveToNextSlice
)

Remarks

Returns an array view for all elements of the current slice for a given register.

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