FRigVMMemoryContainer::GetScriptStruct

Returns the script struct used for a given register index (can be nullptr for non-struct-registers).

Windows
MacOS
Linux

References

Module

RigVM

Header

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

Include

#include "RigVMCore/RigVMMemory.h"

Syntax

UScriptStruct * GetScriptStruct
(
    int32 InRegisterIndex,
    int32 InRegisterOffset
) const

Remarks

Returns the script struct used for a given register index (can be nullptr for non-struct-registers).

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