Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FPrimaryAssetTypeInfo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArray< FDirectoryPath > & GetDirectories () |
Access the config version of directories to scan, may be empty for runtime-added types | Engine/AssetManagerTypes.h | |
TArray< FDirectoryPath > & GetDirectories () |
Modify the config version of directories to scan, only possible before runtime data is filled in | Engine/AssetManagerTypes.h |
GetDirectories()
Description
Access the config version of directories to scan, may be empty for runtime-added types
| Name | GetDirectories |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/AssetManagerTypes.h |
| Include Path | #include "Engine/AssetManagerTypes.h" |
const TArray < FDirectoryPath > & GetDirectories() const
GetDirectories()
Description
Modify the config version of directories to scan, only possible before runtime data is filled in
| Name | GetDirectories |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/AssetManagerTypes.h |
| Include Path | #include "Engine/AssetManagerTypes.h" |
TArray < FDirectoryPath > & GetDirectories()