Also, you don’t have to override the OnlineBeaconHost. After the Host beacon is spawned, you can just call
BeaconHost->PauseBeaconRequests(false);
which sets the enum to Allow Requests.
This function is public and in the OnlineBeacon.h file.
Also, you don’t have to override the OnlineBeaconHost. After the Host beacon is spawned, you can just call
BeaconHost->PauseBeaconRequests(false);
which sets the enum to Allow Requests.
This function is public and in the OnlineBeacon.h file.