![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ObservableArray.h>
Public Member Functions | |
| FRemoveSwapIndex (SizeType InRemoveIndex, SizeType InPreviousMovedElmenentIndex) | |
Public Attributes | |
| SizeType | RemoveIndex |
| SizeType | PreviousMovedElmenentIndex |
|
inline |
| SizeType UE::Slate::Containers::TObservableArrayChangedArgs< InElementType >::FRemoveSwapIndex::PreviousMovedElmenentIndex |
The previous location of the swapped elements (if any) before the swap. The index is not valid anymore. Set to INDEX_NONE, if no element was moved.
| SizeType UE::Slate::Containers::TObservableArrayChangedArgs< InElementType >::FRemoveSwapIndex::RemoveIndex |
The index of the removed elements before their removal. The index can now be out of bound. The swapped elements (if any) are now at that location.