#include <BuildPatchManifest.h>
Declare the FBuildPatchCustomField object class, which is the implementation of the object we return to clients of the module
◆ FBuildPatchCustomField()
| FBuildPatchCustomField::FBuildPatchCustomField |
( |
const FString & |
Value | ) |
|
Constructor taking the custom value
◆ 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: