Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FPaths
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/Paths.h |
| Include | #include "Misc/Paths.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/Paths.cpp |
static TArray < FString > GetExtensionDirs
(
const FString & BaseDir,
const FString & SubDir,
bool bCheckValid
)
Remarks
Returns platform and restricted extensions that are present and if bCheckValid is set, valid (for platforms, it uses FDataDrivePlatformInfo to determine valid platforms, it doesn't just use what's present) BaseDir and usable extension directories under BaseDir (either Engine or Project)