Ark Server API (ASA) - Wiki
|
#include <CustomVersion.h>
Public Member Functions | |
template<int N> | |
FCustomVersionRegistration (FGuid InKey, int32 Version, const TCHAR(&InFriendlyName)[N], CustomVersionValidatorFunc InValidatorFunc=nullptr) | |
~FCustomVersionRegistration () | |
Private Attributes | |
FGuid | Key |
Additional Inherited Members | |
Private Member Functions inherited from FNoncopyable | |
FNoncopyable () | |
~FNoncopyable () | |
This class will cause the registration of a custom version number and key with the global FCustomVersionContainer when instantiated, and unregister when destroyed. It should be instantiated as a global variable somewhere in the module which needs a custom version number.
Definition at line 205 of file CustomVersion.h.
|
inline |
InFriendlyName | must be a string literal |
Definition at line 210 of file CustomVersion.h.
|
inline |
|
private |
Definition at line 222 of file CustomVersion.h.