FRigVMMemoryContainer::AddStructArray

Adds a new named register for a typed struct array given a [TArray](API\Runtime\Core\Containers\TArray).

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 AddStructArray
(
    TArrayView< T > InArrayView,
    int32 InSliceCount
)

Remarks

Adds a new named register for a typed struct array given a TArray.

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