ERigVMMemoryType

The type of memory used.

Windows
MacOS
Linux

References

Module

RigVM

Header

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

Include

#include "RigVMCore/RigVMMemory.h"

Syntax

enum ERigVMMemoryType
{
    Work,
    Literal,
    External,
    Invalid,
}

Values

Name

Description

Work

Literal

External

Invalid

Remarks

The type of memory used. Typically we differentiate between Work (Mutable) and Literal (Constant) memory.

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