Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TConcurrentLinearBulkObjectAlloc-
| |
|
| Name |
TObjectArray |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/Experimental/ConcurrentLinearAllocator.h |
| Include Path |
#include "Experimental/ConcurrentLinearAllocator.h" |
Syntax
template<typename T>
struct TObjectArray : public TConcurrentLinearBulkObjectAllocator< BlockAllocationTag >::FAllocation
Inheritance Hierarchy
- TConcurrentLinearBulkObjectAllocator< BlockAllocationTag >::FAllocation → TConcurrentLinearBulkObjectAllocator::TObjectArray
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
TObjectArray
(
SIZE_T InNum
)
|
|
Experimental/ConcurrentLinearAllocator.h |
|
Destructors
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Num |
SIZE_T |
|
Experimental/ConcurrentLinearAllocator.h |
|
Functions
Public