ATestBeaconHost::SpawnBeaconActor

Each beacon host must be able to spawn the appropriate client beacon actor to communicate with the initiating client

Windows
MacOS
Linux

Override Hierarchy

AOnlineBeaconHostObject::SpawnBeaconActor()

ATestBeaconHost::SpawnBeaconActor()

References

Module

OnlineSubsystemUtils

Header

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/TestBeaconHost.h

Include

#include "TestBeaconHost.h"

Source

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/TestBeaconHost.cpp

Syntax

virtual AOnlineBeaconClient * SpawnBeaconActor
(
    class UNetConnection * ClientConnection
)

Remarks

Each beacon host must be able to spawn the appropriate client beacon actor to communicate with the initiating client

Returns

new client beacon actor that this beacon host knows how to communicate with

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss