UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
NamedValueArray.h File Reference
#include "CoreMinimal.h"
#include "Algo/IsSorted.h"

Go to the source code of this file.

Classes

struct  UE::Anim::TNamedValueArray< InAllocatorType, InElementType >
 
struct  UE::Anim::TNamedValueArray< InAllocatorType, InElementType >::FElementSortPredicate
 
struct  UE::Anim::FNamedValueArrayUtils
 

Namespaces

namespace  UE
 
namespace  UE::Anim
 

Macros

#define ENABLE_ANIM_CURVE_PROFILING   0
 
#define CURVE_PROFILE_CYCLE_COUNTER(Stat)
 
#define DO_ANIM_NAMED_VALUE_SORTING_CHECKS   0
 
#define DO_ANIM_NAMED_VALUE_DUPLICATE_CHECKS   0
 

Enumerations

enum class  UE::Anim::ENamedValueUnionFlags : uint8 { UE::Anim::None = 0 , UE::Anim::ValidArg0 = 0x01 , UE::Anim::ValidArg1 = 0x02 , UE::Anim::BothArgsValid = ValidArg0 | ValidArg1 }
 

Functions

 ENUM_CLASS_FLAGS (UE::Anim::ENamedValueUnionFlags)
 

Macro Definition Documentation

◆ CURVE_PROFILE_CYCLE_COUNTER

#define CURVE_PROFILE_CYCLE_COUNTER (   Stat)

◆ DO_ANIM_NAMED_VALUE_DUPLICATE_CHECKS

#define DO_ANIM_NAMED_VALUE_DUPLICATE_CHECKS   0

◆ DO_ANIM_NAMED_VALUE_SORTING_CHECKS

#define DO_ANIM_NAMED_VALUE_SORTING_CHECKS   0

◆ ENABLE_ANIM_CURVE_PROFILING

#define ENABLE_ANIM_CURVE_PROFILING   0

Function Documentation

◆ ENUM_CLASS_FLAGS()

ENUM_CLASS_FLAGS ( UE::Anim::ENamedValueUnionFlags  )