Navigation
API > API/Runtime > API/Runtime/Chaos
In non-debug builds this offers no saftey at all - it is effectively a C-style array.
This is for use in critical path code where bounds checking would be costly and we want to ship a build with most asserts enabled (e.g. the server)
| Name | TUncheckedFixedAllocator |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Framework/UncheckedArray.h |
| Include Path | #include "Chaos/Framework/UncheckedArray.h" |
Syntax
template<int32 NumInlineElements>
class TUncheckedFixedAllocator : public TFixedAllocator< NumInlineElements >
Inheritance Hierarchy
- TFixedAllocator → TUncheckedFixedAllocator
Enums
Public
| Name | Remarks |
|---|---|
| TUncheckedFixedAllocator |