Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
Inheritance Hierarchy
- TSizedHeapAllocator
- FAnimEncodingHeapAllocator
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimEncodingHeapAllocator.h |
| Include | #include "Animation/AnimEncodingHeapAllocator.h" |
Syntax
class FAnimEncodingHeapAllocator : public TSizedHeapAllocator< 32 >
Remarks
Heap allocator for animation decompression codec that want to avoid range checks for performance reasons.
Constants
| Name | Description |
|---|---|
| RequireRangeCheck | Don't want to lose performance on range checks in performance-critical animation decompression code. |