Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
UPubSub_GeneralNotifications_Redis Struct Reference

#include <GameMode.h>

+ Inheritance diagram for UPubSub_GeneralNotifications_Redis:
+ Collaboration diagram for UPubSub_GeneralNotifications_Redis:

Public Member Functions

char Publish (FString *Id, const FString *Msg)
 
char Subscribe (FString *Id, std::function< void __cdecl(unsigned int, FString &)> *callback)
 
- Public Member Functions inherited from UPubSub_GeneralNotifications
unsigned int & OurServerIdField ()
 
bool Subscribe (FString *PlayerId)
 
FStringGetPubSubChannel (FString *result)
 
- Public Member Functions inherited from UDatabaseShared
bool & bInitializedField ()
 
- Public Member Functions inherited from UObject
void ExecuteUbergraph (int EntryPoint)
 
bool AreAllOuterObjectsValid ()
 
FNameGetExporterName (FName *result)
 
FStringGetDetailedInfoInternal (FString *result)
 
UObjectGetArchetype ()
 
bool IsBasedOnArchetype (UObject *const SomeObject)
 
bool IsInBlueprint ()
 
bool Rename (const wchar_t *InName, UObject *NewOuter, unsigned int Flags)
 
void LoadLocalized (UObject *LocBase, bool bLoadHierachecally)
 
void LocalizeProperty (UObject *LocBase, TArray< FString > *PropertyTagChain, UProperty *const BaseProperty, UProperty *const Property, void *const ValueAddress)
 
void BeginDestroy ()
 
void FinishDestroy ()
 
FStringGetDetailedInfo (FString *result)
 
bool ConditionalBeginDestroy ()
 
bool ConditionalFinishDestroy ()
 
void ConditionalPostLoad ()
 
bool Modify (bool bAlwaysMarkDirty)
 
bool IsSelected ()
 
void CollectDefaultSubobjects (TArray< UObject * > *OutSubobjectArray, bool bIncludeNestedSubobjects)
 
bool CheckDefaultSubobjectsInternal ()
 
bool IsAsset ()
 
bool IsSafeForRootSet ()
 
void LoadConfig (UClass *ConfigClass, const wchar_t *InFilename, unsigned int PropagationFlags, UProperty *PropertyToLoad)
 
void ConditionalShutdownAfterError ()
 
bool IsNameStableForNetworking ()
 
bool IsFullNameStableForNetworking ()
 
bool IsSupportedForNetworking ()
 
UFunctionFindFunctionChecked (FName InName)
 
void ProcessEvent (UFunction *Function, void *Parms)
 
 __declspec (dllexport) UProperty *FindProperty(FName name)
 
- Public Member Functions inherited from UObjectBaseUtility
int GetLinkerUE4Version ()
 
int GetLinkerLicenseeUE4Version ()
 
FStringGetPathName (FString *result, UObject *StopOuter)
 
void GetPathName (UObject *StopOuter, FString *ResultString)
 
FStringGetFullName (FString *result, UObject *StopOuter)
 
void MarkPackageDirty ()
 
bool IsIn (UObject *SomeOuter)
 
bool IsA (UClass *SomeBase)
 
void * GetInterfaceAddress (UClass *InterfaceClass)
 
bool IsDefaultSubobject ()
 
int GetLinkerIndex ()
 
- Public Member Functions inherited from UObjectBase
EObjectFlagsObjectFlagsField ()
 
int & InternalIndexField ()
 
UClassClassField ()
 
FNameNameField ()
 
UObjectOuterField ()
 
void DeferredRegister (UClass *UClassStaticClass, const wchar_t *PackageName, const wchar_t *InName)
 
bool IsValidLowLevel ()
 
bool IsValidLowLevelFast (bool bRecursive)
 
void Register (const wchar_t *PackageName, const wchar_t *InName)
 

Static Public Member Functions

static UClassGetPrivateStaticClass (const wchar_t *Package)
 
- Static Public Member Functions inherited from UPubSub_GeneralNotifications
static UClassGetPrivateStaticClass (const wchar_t *Package)
 
- Static Public Member Functions inherited from UObject
static UClassGetPrivateStaticClass ()
 
static UClassStaticClass ()
 
static UObjectGetArchetypeFromRequiredInfo (UClass *Class, UObject *Outer, FName Name, bool bIsCDO)
 
- Static Public Member Functions inherited from UObjectBase
static void EmitBaseReferences (UClass *RootClass)
 
- Static Public Member Functions inherited from FDatabaseRedisShared
static TMap< FString, FRedisDatabaseConnectionInfoConnectionLookups ()
 

Detailed Description

Definition at line 241 of file GameMode.h.

Member Function Documentation

◆ GetPrivateStaticClass()

static UClass * UPubSub_GeneralNotifications_Redis::GetPrivateStaticClass ( const wchar_t * Package)
inlinestatic

Definition at line 244 of file GameMode.h.

◆ Publish()

char UPubSub_GeneralNotifications_Redis::Publish ( FString * Id,
const FString * Msg )
inline

Definition at line 242 of file GameMode.h.

◆ Subscribe()

char UPubSub_GeneralNotifications_Redis::Subscribe ( FString * Id,
std::function< void __cdecl(unsigned int, FString &)> * callback )
inline

Definition at line 243 of file GameMode.h.


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