FAnimEncodingHeapAllocator

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

Windows
MacOS
Linux

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< IndexSize >

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss