UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
BuildPatchServices::FFileAttributesParser Class Referenceabstract

#include <FileAttributesParser.h>

+ Inheritance diagram for BuildPatchServices::FFileAttributesParser:

Public Member Functions

virtual bool ParseFileAttributes (const FString &MetaFilename, TMap< FString, FFileAttributes > &FileAttributes)=0
 

Member Function Documentation

◆ ParseFileAttributes()

virtual bool BuildPatchServices::FFileAttributesParser::ParseFileAttributes ( const FString &  MetaFilename,
TMap< FString, FFileAttributes > &  FileAttributes 
)
pure virtual

Loads in the file attributes meta file and populates the given map.

Parameters
MetaFilenameThe amount of data to attempt to retrieve.
FileAttributesThe map to populate with the attributes
Returns
True if the file existed and parsed successfully

Implemented in BuildPatchServices::FFileAttributesParserImpl.


The documentation for this class was generated from the following file: