Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/Plugins/OnlineSubsystemUtils/AOnlineBeacon
- 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 |
virtual void OnActorChannelOpen
&40;
FInBunch & InBunch,
UNetConnection &42; Connection
&41;
Remarks
Allows for a specific response from the actor when the actor channel is opened (client side)
Parameters
| Name | Description |
|---|---|
| InBunch | Bunch received at time of open |
| Connection | the connection associated with this actor |