8 results for "container"
struct class struct struct struct class class class
FGameplayTagContainer GameplayTags
A set of FGameplayTags used to express compound state or requirements.
TArray Core
The primary dynamic array container in Unreal Engine, equivalent to `std::vector`.
TMap Core
An associative container that maps unique keys to values.
TOptional Core
A value container that may or may not hold a value of type T, analogous to std::optional.
TSet Core
An unordered container of unique elements backed by a hash set.
UBorder UMG
A single-child container that renders a configurable background brush (solid color, texture, or material) with padding.
UButton UMG
A clickable container widget that holds a single child widget.
UScrollBox UMG
A scrollable container that stacks child widgets vertically (or horizontally) with an optional scrollbar.