Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAssetManager
Description
Expands a list of paths that potentially use virtual paths into real directory and package paths. Returns true if any changes were made
| Name | ExpandVirtualPaths |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/AssetManager.h |
| Include Path | #include "Engine/AssetManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AssetManager.cpp |
virtual bool ExpandVirtualPaths
(
TArray < FString > & InOutPaths
) const