ETypeContainerScope

Enumerates the scopes for instance creation in type containers.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/TypeContainer.h

Include

#include "Misc/TypeContainer.h"

Syntax

enum ETypeContainerScope
{
    Instance,
    Process,
    Thread,
}

Values

Name

Description

Instance

Create a new instance each time.

Process

One singleton for the entire process.

Thread

One singleton per thread.

Remarks

Enumerates the scopes for instance creation in type containers.

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