FRigVMMemoryContainer::AddPlainArray

Adds a new unnamed register for a typed plain array from an array view.

Windows
MacOS
Linux

References

Module

RigVM

Header

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

Include

#include "RigVMCore/RigVMMemory.h"

Syntax

template<class T>
int32 AddPlainArray
(
    TArrayView< T > InArrayView,
    int32 InSliceCount
)

Remarks

Adds a new unnamed register for a typed plain array from an array view.

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