SocialUI.StartRandomizeUserPresence
SocialUI.StartRandomizeUserPresence
#Overview
name: SocialUI.StartRandomizeUserPresence
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Randomize users\' presence and fire off presence changed events to trigger friend list update/refresh etc. @param NumRandomUser uint8, @param TickerTimer float
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Plugins/Online/OnlineFramework/Source/Party/Private/SocialToolkit.cpp:17
Scope: file
Source code excerpt:
static FAutoConsoleCommandWithWorldAndArgs CMD_OnStartRandomUserPresence
(
TEXT("SocialUI.StartRandomizeUserPresence"),
TEXT("Randomize users' presence and fire off presence changed events to trigger friend list update/refresh etc. @param NumRandomUser uint8, @param TickerTimer float"),
FConsoleCommandWithWorldAndArgsDelegate::CreateLambda([](const TArray<FString>&Args, UWorld* World)
{
uint8 NumRandomUser = 2;
float TickerTimer = 5.f;