FRigVMMemoryContainer::AddStructArray

Adds a new named register for a struct given a scriptstruct and a data pointer (used by compiler)

Windows
MacOS
Linux

References

Module

RigVM

Header

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

Include

#include "RigVMCore/RigVMMemory.h"

Syntax

int32 AddStructArray
(
    const FName & InNewName,
    UScriptStruct * InScriptStruct,
    int32 InCount,
    const uint8 * InDataPtr,
    int32 InSliceCount
)

Remarks

Adds a new named register for a struct given a scriptstruct and a data pointer (used by compiler)

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