UCLASS( ClassGroup=(Custom), meta=(BlueprintSpawnableComponent) )
More...
#include <MultiplayerManagerComponent.h>
|
| UMultiplayerManagerComponent () |
|
bool | FindSessions (float InTimeoutInSeconds=120.f, int InOrgId=-1, int InModuleId=-1, FString InUserName="", FString InModuleVersion="") |
| UFUNCTION(BlueprintCallable, Category = "Multiplayer | Manager")
|
|
virtual void | OnGameServerChanged (const FGameServerResponse &Response) |
| UFUNCTION(BlueprintCallable, Category = "Multiplayer | Manager")
|
|
virtual void | OnSessionCreated (FName SessionName, bool bSuccessful) |
| UFUNCTION(BlueprintCallable, Category = "Multiplayer | Manager")
|
|
void | OnSetLabelFail (const FAgonesError &Error) |
| UFUNCTION(Category = "Multiplayer | Manager")
|
|
void | OnSetLabelSuccess (const FEmptyResponse &Response) |
| UFUNCTION(Category = "Multiplayer | Manager")
|
|
void | SetModuleInfo (int InModuleId, FString InModuleVersion) |
| UFUNCTION(BlueprintCallable, Category = "Multiplayer | Manager")
|
|
void | SetUserInfo (FString InUserName, int InUserOrgId) |
| UFUNCTION(BlueprintCallable, Category = "Multiplayer | Manager")
|
|
virtual void | TickComponent (float DeltaTime, ELevelTick TickType, FActorComponentTickFunction *ThisTickFunction) override |
|
UCLASS( ClassGroup=(Custom), meta=(BlueprintSpawnableComponent) )
Definition at line 14 of file MultiplayerManagerComponent.h.
◆ UMultiplayerManagerComponent()
UMultiplayerManagerComponent::UMultiplayerManagerComponent |
( |
| ) |
|
◆ BeginPlay()
void UMultiplayerManagerComponent::BeginPlay |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ FindSessions()
bool UMultiplayerManagerComponent::FindSessions |
( |
float | InTimeoutInSeconds = 120.f, |
|
|
int | InOrgId = -1, |
|
|
int | InModuleId = -1, |
|
|
FString | InUserName = "", |
|
|
FString | InModuleVersion = "" ) |
|
BlueprintCallable |
◆ GENERATED_BODY()
UMultiplayerManagerComponent::GENERATED_BODY |
( |
| ) |
|
|
private |
◆ OnGameServerChanged()
void UMultiplayerManagerComponent::OnGameServerChanged |
( |
const FGameServerResponse & | Response | ) |
|
|
virtualBlueprintCallable |
◆ OnSessionCreated()
void UMultiplayerManagerComponent::OnSessionCreated |
( |
FName | SessionName, |
|
|
bool | bSuccessful ) |
|
virtualBlueprintCallable |
◆ OnSetLabelFail()
void UMultiplayerManagerComponent::OnSetLabelFail |
( |
const FAgonesError & | Error | ) |
|
◆ OnSetLabelSuccess()
void UMultiplayerManagerComponent::OnSetLabelSuccess |
( |
const FEmptyResponse & | Response | ) |
|
◆ SetModuleInfo()
void UMultiplayerManagerComponent::SetModuleInfo |
( |
int | InModuleId, |
|
|
FString | InModuleVersion ) |
|
BlueprintCallable |
◆ SetUserInfo()
void UMultiplayerManagerComponent::SetUserInfo |
( |
FString | InUserName, |
|
|
int | InUserOrgId ) |
|
BlueprintCallable |
◆ TickComponent()
void UMultiplayerManagerComponent::TickComponent |
( |
float | DeltaTime, |
|
|
ELevelTick | TickType, |
|
|
FActorComponentTickFunction * | ThisTickFunction ) |
|
overridevirtual |
◆ AgonesSDK
UAgonesComponent* UMultiplayerManagerComponent::AgonesSDK |
|
protected |
◆ bWasMetaDataSet
bool UMultiplayerManagerComponent::bWasMetaDataSet |
|
BlueprintReadOnly |
◆ GameServerDelegate
FGameServerDelegate UMultiplayerManagerComponent::GameServerDelegate |
|
EditAnywhereBlueprintReadWrite |
The documentation for this class was generated from the following files: