Navigation
API > API/Runtime > API/Runtime/AssetRegistry > API/Runtime/AssetRegistry/FPathTree
Description
Reserve extra space for the expected number of paths that will be added in future. Count is added to the current number of stored paths and not any previous reservation.
| Name | EnsureAdditionalCapacity |
| Type | function |
| Header File | /Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/PathTree.h |
| Include Path | #include "AssetRegistry/PathTree.h" |
| Source | /Engine/Source/Runtime/AssetRegistry/Private/PathTree.cpp |
void EnsureAdditionalCapacity
(
int32 NumNewPaths
)