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

Go to the source code of this file.

Namespaces

namespace  UE
 
namespace  UE::Editor
 
namespace  UE::Editor::DataStorage
 
namespace  UE::Editor::DataStorage::Private
 

Functions

template<bool bCaseSensitive, typename CharType >
CharType UE::Editor::DataStorage::Private::ToUpper (CharType Input)
 
template<typename ValueType >
void UE::Editor::DataStorage::Private::CalculatePrefix (FPrefixInfo &Result, int32 CurrentIndex, int32 ByteIndex, const ValueType &Value)
 
template<typename ValueType , typename... ValueTypes>
void UE::Editor::DataStorage::Private::CalculatePrefix (FPrefixInfo &Result, int32 CurrentIndex, int32 ByteIndex, const ValueType &Value, ValueTypes &&... Values)
 
template<typename... ValueTypes>
FPrefixInfo UE::Editor::DataStorage::CreateSortPrefix (uint32 ByteIndex, ValueTypes &&... Values)