IManifestField

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

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

/Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildManifest.h

Include

#include "Interfaces/IBuildManifest.h"

Syntax

class IManifestField

Remarks

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

Destructors

Name Description

Public function Virtual

~IManifestField()

Virtual destructor.

Functions

Name Description

Public function Const

double

 

AsDouble()

Get the fields value as a double.

Public function Const

int64

 

AsInteger()

Get the fields value as an int.

Public function Const

FString

 

AsString()

Get the fields value as an FString.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss