Ark Server API (ASA) - Wiki
|
#include <CustomVersion.h>
Static Public Member Functions | |
static FCustomVersionContainer | GetAll () |
static TOptional< FCustomVersion > | Get (const FGuid &Guid) |
static TArray< FCustomVersionDifference > | Compare (const FCustomVersionArray &CompareVersions, const TCHAR *DebugContext) |
Static Private Member Functions | |
static void | Register (const FGuid &Key, int32 Version, const TCHAR *FriendlyName, CustomVersionValidatorFunc ValidatorFunc) |
static void | Unregister (const FGuid &Key) |
Friends | |
class | FCustomVersionRegistration |
Provides access to code-defined custom versions registered via FCustomVersionRegistration.
Definition at line 180 of file CustomVersion.h.
|
static |
Compare a number of versions to current ones and return potential differences.
|
static |
Get a copy of a single statically registered version if it exists.
|
static |
Get a copy of all versions that has been statically registered so far in the module loading process.
|
staticprivate |
Definition at line 193 of file CustomVersion.h.