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

#include <IBuildManifest.h>

+ Inheritance diagram for IManifestField:

Public Member Functions

virtual ~IManifestField ()
 
virtual FString AsString () const =0
 
virtual double AsDouble () const =0
 
virtual int64 AsInteger () const =0
 

Detailed Description

Interface to a manifest field, which is used for accessing custom fields in the manifest

Constructor & Destructor Documentation

◆ ~IManifestField()

virtual IManifestField::~IManifestField ( )
inlinevirtual

Virtual destructor.

Member Function Documentation

◆ AsDouble()

virtual double IManifestField::AsDouble ( ) const
pure virtual

Get the fields value as a double.

Returns
The double value.

Implemented in FBuildPatchCustomField.

◆ AsInteger()

virtual int64 IManifestField::AsInteger ( ) const
pure virtual

Get the fields value as an int.

Returns
The int value.

Implemented in FBuildPatchCustomField.

◆ AsString()

virtual FString IManifestField::AsString ( ) const
pure virtual

Get the fields value as an FString.

Returns
The string value.

Implemented in FBuildPatchCustomField.


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