![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <FileAttributesParser.h>
Inheritance diagram for BuildPatchServices::FFileAttributesParser:Public Member Functions | |
| virtual bool | ParseFileAttributes (const FString &MetaFilename, TMap< FString, FFileAttributes > &FileAttributes)=0 |
|
pure virtual |
Loads in the file attributes meta file and populates the given map.
| MetaFilename | The amount of data to attempt to retrieve. |
| FileAttributes | The map to populate with the attributes |
Implemented in BuildPatchServices::FFileAttributesParserImpl.