Navigation
API > API/Plugins > API/Plugins/DiscoveryBeaconReceiver > API/Plugins/DiscoveryBeaconReceiver/FDiscoveryBeaconReceiver
References
| Module | DiscoveryBeaconReceiver |
| Header | /Engine/Plugins/DiscoveryBeaconReceiver/Source/DiscoveryBeaconReceiver/Public/DiscoveryBeaconReceiver.h |
| Include | #include "DiscoveryBeaconReceiver.h" |
bool MakeBeaconResponse
(
uint8 BeaconProtocolVersion,
FArrayReader & InMessageData,
FArrayWriter & OutResponseData
) const
Remarks
Make a response to a beacon message.
Parameters
| Name | Description |
|---|---|
| BeaconProtocolVersion | The protocol version reported by the beacon message. |
| InMessageData | Array reader containing additional data after the standard beacon protocol version and identifier. All data in this reader must be consumed or the message will be ignored. |
| OutResponseData |