UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TypeContainer.h File Reference

Go to the source code of this file.

Classes

class  TTypeContainer< Mode >
 
class  FTypeContainer
 

Enumerations

enum class  ETypeContainerScope { Instance , Process , Thread }
 

Enumeration Type Documentation

◆ ETypeContainerScope

enum class ETypeContainerScope
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.