UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FBuildPatchCustomField Class Reference

#include <BuildPatchManifest.h>

+ Inheritance diagram for FBuildPatchCustomField:

Public Member Functions

 FBuildPatchCustomField (const FString &Value)
 
virtual FString AsString () const override
 
virtual double AsDouble () const override
 
virtual int64 AsInteger () const override
 
- Public Member Functions inherited from IManifestField
virtual ~IManifestField ()
 

Detailed Description

Declare the FBuildPatchCustomField object class, which is the implementation of the object we return to clients of the module

Constructor & Destructor Documentation

◆ FBuildPatchCustomField()

FBuildPatchCustomField::FBuildPatchCustomField ( const FString &  Value)

Constructor taking the custom value

Member Function Documentation

◆ AsDouble()

double FBuildPatchCustomField::AsDouble ( ) const
overridevirtual

Get the fields value as a double.

Returns
The double value.

Implements IManifestField.

◆ AsInteger()

int64 FBuildPatchCustomField::AsInteger ( ) const
overridevirtual

Get the fields value as an int.

Returns
The int value.

Implements IManifestField.

◆ AsString()

FString FBuildPatchCustomField::AsString ( ) const
overridevirtual

Get the fields value as an FString.

Returns
The string value.

Implements IManifestField.


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