![]() |
Ark Server API (ASA) - Wiki
|
#include "CoreTypes.h"#include "Templates/PointerIsConvertibleFromTo.h"#include "Misc/AssertionMacros.h"#include "Templates/UnrealTypeTraits.h"#include "Containers/UnrealString.h"#include "Templates/Function.h"#include "Containers/Map.h"#include "Templates/SharedPointer.h"#include "HAL/TlsAutoCleanup.h"#include "Misc/ScopeLock.h"
Include dependency graph for TypeContainer.h:Go to the source code of this file.
Enumerations | |
| enum class | ETypeContainerScope { Instance , Process , Thread } |
|
strong |
Enumerates the scopes for instance creation in type containers.
| Enumerator | |
|---|---|
| Instance | Create a new instance each time. |
| Process | One singleton for the entire process. |
| Thread | One singleton per thread. |
Definition at line 19 of file TypeContainer.h.