Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRangeAllocator
| Name | FChunk |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/RangeAllocator.h |
| Include Path | #include "Misc/RangeAllocator.h" |
Syntax
class FChunk : public FChunkModifier
Inheritance Hierarchy
- FChunkModifier → TRangeAllocator::FChunk
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChunk
(
const FRangeAllocator& Allocator |
Misc/RangeAllocator.h |
Structs
| Name | Remarks |
|---|---|
| FRange |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FChunk | union TRangeAllocator::FChunk | Misc/RangeAllocator.h | ||
| InfoIndex | int32 | Misc/RangeAllocator.h | ||
| NextFreeChunkSlot | int32 | Misc/RangeAllocator.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FreeRanges | TArray< FRange > | Misc/RangeAllocator.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SIZE_T Alloc
(
uint32 InSize, |
Misc/RangeAllocator.h | ||
void Free
(
uint16 Offset, |
Misc/RangeAllocator.h |