AOnlineBeaconClient::SetBeaconOwner

Set the owner of this beacon actor, some host that is listening for connections (server side only, clients have no access)

Windows
MacOS
Linux

References

Module

OnlineSubsystemUtils

Header

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/OnlineBeaconClient.h

Include

#include "OnlineBeaconClient.h"

Source

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

Syntax

void SetBeaconOwner
(
    AOnlineBeaconHostObject * InBeaconOwner
)

Remarks

Set the owner of this beacon actor, some host that is listening for connections (server side only, clients have no access)

Returns

owning host of this actor

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