UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Slate::Containers Namespace Reference

Classes

struct  TObservableArray
 
struct  TObservableArrayChangedArgs
 

Enumerations

enum class  EObservableArrayChangedAction : uint8 {
  Reset , Add , Remove , RemoveSwap ,
  Swap
}
 

Enumeration Type Documentation

◆ EObservableArrayChangedAction

Type of action of the FScriptObservableArrayChangedArgs

Enumerator
Reset 

The array was reset.

Add 

Elements were added.

Remove 

Elements were removed.

RemoveSwap 

Elements were removed and the same amount of elements moved from the end of the array to removed location.

Swap 

2 elements swapped location with each other.