UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAnimEncodingHeapAllocator Class Reference

#include <AnimEncodingHeapAllocator.h>

+ Inheritance diagram for FAnimEncodingHeapAllocator:

Public Types

enum  { RequireRangeCheck = false }
 
- Public Types inherited from TSizedHeapAllocator< IndexSize, BaseMallocType >
enum  { NeedsElementType = false }
 
enum  { RequireRangeCheck = true }
 
using SizeType = typename TBitsToSizeType< IndexSize >::Type
 
using BaseMalloc = BaseMallocType
 

Detailed Description

Heap allocator for animation decompression codec that want to avoid range checks for performance reasons.

Member Enumeration Documentation

◆ anonymous enum

Don't want to lose performance on range checks in performance-critical animation decompression code.

Enumerator
RequireRangeCheck 

The documentation for this class was generated from the following file: