UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
KismetArrayLibrary.cpp File Reference

Namespaces

namespace  UE
 
namespace  UE::KismetArray
 
namespace  UE::KismetArray::Private
 

Macros

#define LOCTEXT_NAMESPACE   "UKismetArrayLibrary"
 

Functions

 DEFINE_LOG_CATEGORY_STATIC (LogArray, Warning, All)
 
template<class T , typename InLessThanFunc = TLess<T>, typename InGreaterThanFunc = TGreater<T>>
void UE::KismetArray::Private::SortHelper (TArray< T > &InArray, bool bStableSort, EArraySortOrder SortOrder, InLessThanFunc &&LessThanFunc={}, InGreaterThanFunc &&GreaterThanFunc={})
 

Variables

const FName GetOutOfBoundsWarning = FName("GetOutOfBoundsWarning")
 
const FName SetOutOfBoundsWarning = FName("SetOutOfBoundsWarning")
 
const FName InsertOutOfBoundsWarning = FName("InsertOutOfBoundsWarning")
 
const FName RemoveOutOfBoundsWarning = FName("RemoveOutOfBoundsWarning")
 
const FName ResizeArrayNegativeWarning = FName("ResizeArrayNegativeWarning")
 
const FName SwapElementsInArrayWarning = FName("SwapElementsInArrayWarning")
 
const FName RandomAccessToEmptyArrayWarning = FName("RandomAccessToEmptyArrayWarning")
 

Macro Definition Documentation

◆ LOCTEXT_NAMESPACE

#define LOCTEXT_NAMESPACE   "UKismetArrayLibrary"

Function Documentation

◆ DEFINE_LOG_CATEGORY_STATIC()

DEFINE_LOG_CATEGORY_STATIC ( LogArray  ,
Warning  ,
All   
)

Variable Documentation

◆ GetOutOfBoundsWarning

const FName GetOutOfBoundsWarning = FName("GetOutOfBoundsWarning")

◆ InsertOutOfBoundsWarning

const FName InsertOutOfBoundsWarning = FName("InsertOutOfBoundsWarning")

◆ RandomAccessToEmptyArrayWarning

const FName RandomAccessToEmptyArrayWarning = FName("RandomAccessToEmptyArrayWarning")

◆ RemoveOutOfBoundsWarning

const FName RemoveOutOfBoundsWarning = FName("RemoveOutOfBoundsWarning")

◆ ResizeArrayNegativeWarning

const FName ResizeArrayNegativeWarning = FName("ResizeArrayNegativeWarning")

◆ SetOutOfBoundsWarning

const FName SetOutOfBoundsWarning = FName("SetOutOfBoundsWarning")

◆ SwapElementsInArrayWarning

const FName SwapElementsInArrayWarning = FName("SwapElementsInArrayWarning")