Navigation
API > API/Runtime > API/Runtime/Core
This is the allocation policy interface; it exists purely to document the policy's interface, and should not be used.
Name
FContainerAllocatorInterface
Type
class
Header File
/Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h
Include Path
#include "Containers/ContainerAllocationPolicies.h"
Syntax
class FContainerAllocatorInterface
Copy full snippet
Classes
Name
Remarks
ForElementType
A class that receives both the explicit allocation policy template parameters specified by the user of the container, but also the implicit ElementType template parameter from the container type.
Enums
Public
Typedefs
Name
Type
Remarks
Include Path
ForAnyElementType
ForElementType < FScriptContainerElement >
A class that may be used when NeedsElementType=false is specified.
Containers/ContainerAllocationPolicies.h
SizeType
int32
The integral type to be used for element counts and indices used by the allocator and container - must be signed
Containers/ContainerAllocationPolicies.h