AOnlineBeacon::OnActorChannelOpen

Allows for a specific response from the actor when the actor channel is opened (client side)

Windows
MacOS
Linux

Override Hierarchy

AActor::OnActorChannelOpen()

AOnlineBeacon::OnActorChannelOpen()

References

Module

OnlineSubsystemUtils

Header

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

Include

#include "OnlineBeacon.h"

Source

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

Syntax

virtual void OnActorChannelOpen
(
    FInBunch & InBunch,
    UNetConnection * Connection
)

Remarks

Allows for a specific response from the actor when the actor channel is opened (client side)

Parameters

Parameter

Description

InBunch

Bunch received at time of open

Connection

the connection associated with 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