![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Kismet/KismetArrayLibrary.h"#include "Kismet/BlueprintPropertyHelpers.h"#include "GameFramework/Actor.h"#include "Blueprint/BlueprintSupport.h"#include "Math/RandomStream.h"#include "Templates/Greater.h"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") |
| #define LOCTEXT_NAMESPACE "UKismetArrayLibrary" |