Navigation
API > API/Runtime > API/Runtime/BuildPatchServices
Interface to a manifest field, which is used for accessing custom fields in the manifest
| Name | IManifestField |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildManifest.h |
| Include Path | #include "Interfaces/IBuildManifest.h" |
Syntax
class IManifestField
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IManifestField() |
Virtual destructor. | Interfaces/IBuildManifest.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double AsDouble() |
Get the fields value as a double. | Interfaces/IBuildManifest.h | |
int64 AsInteger() |
Get the fields value as an int. | Interfaces/IBuildManifest.h | |
FString AsString() |
Get the fields value as an FString. | Interfaces/IBuildManifest.h |