Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FCustomVersionRegistration Class Reference

#include <CustomVersion.h>

+ Inheritance diagram for FCustomVersionRegistration:
+ Collaboration diagram for FCustomVersionRegistration:

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 ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ FCustomVersionRegistration()

template<int N>
FCustomVersionRegistration::FCustomVersionRegistration ( FGuid InKey,
int32 Version,
const TCHAR(&) InFriendlyName[N],
CustomVersionValidatorFunc InValidatorFunc = nullptr )
inline
Parameters
InFriendlyNamemust be a string literal

Definition at line 210 of file CustomVersion.h.

◆ ~FCustomVersionRegistration()

FCustomVersionRegistration::~FCustomVersionRegistration ( )
inline

Definition at line 216 of file CustomVersion.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ Key

FGuid FCustomVersionRegistration::Key
private

Definition at line 222 of file CustomVersion.h.


The documentation for this class was generated from the following file: