Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TArray
Description
Helper function to return the amount of memory allocated by this container. Only returns the size of allocations made directly by the container, not the elements themselves.
| Name | GetAllocatedSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include Path | #include "Containers/Array.h" |
SIZE_T GetAllocatedSize() const
Number of bytes allocated by this container.