Unreal Engine 4.26 Documentation
Unreal Engine 4.27 Documentation
Unreal Engine 5.0 Documentation
Unreal Engine 5.1 Documentation
> Programming and Scripting > Programming with C++ > Containers in Unreal Engine
Light Theme
Dark Theme
>

Containers in Unreal Engine

Information on Class and Data Structure collections in Unreal Engine.

placeholder_topic.png

TArray: Arrays in Unreal Engine

placeholder_topic.png

TMap

TMaps are primarily defined by two types — a key type and a value type — which are stored as associated pairs in the map.

placeholder_topic.png

TSet

TSets are a fast container class to store (usually) unique elements in a context where the order is irrelevant.