Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/TObservableArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveAtSwap
(
SizeType Index, |
Containers/ObservableArray.h | ||
void RemoveAtSwap
(
SizeType Index, |
Containers/ObservableArray.h | ||
void RemoveAtSwap
(
SizeType Index, |
Containers/ObservableArray.h |
RemoveAtSwap(SizeType, EAllowShrinking)
| Name | RemoveAtSwap |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Containers/ObservableArray.h |
| Include Path | #include "Containers/ObservableArray.h" |
void RemoveAtSwap
(
SizeType Index,
EAllowShrinking AllowShrinking
)
RemoveAtSwap(SizeType, CountType, EAllowShrinking)
| Name | RemoveAtSwap |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Containers/ObservableArray.h |
| Include Path | #include "Containers/ObservableArray.h" |
template<typename CountType, std::enable_if_t<(std::is_integral_v< CountType >), int >>
void RemoveAtSwap
(
SizeType Index,
CountType NumToRemove,
EAllowShrinking AllowShrinking
)
RemoveAtSwap(SizeType, SizeType, bool)
| Name | RemoveAtSwap |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Containers/ObservableArray.h |
| Include Path | #include "Containers/ObservableArray.h" |
void RemoveAtSwap
(
SizeType Index,
SizeType NumToRemove,
bool bAllowShrinking
)