The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE1:ClientBeaconReceiver (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> InternetInfo >> InternetLink >> UdpLink >> UdpBeacon >> ClientBeaconReceiver |
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
ClientBeaconReceiver: Receives LAN beacons from servers.
Properties
Beacons
Type: BeaconInfo
Array size: 32
Structs
BeaconInfo
- InternetLink.IpAddr Addr
- float Time
- string Text
Functions
Events
BeginPlay
event BeginPlay ()
Overrides: UdpBeacon.BeginPlay
Destroyed
event Destroyed ()
Overrides: UdpBeacon.Destroyed
ReceivedText
event ReceivedText (InternetLink.IpAddr Addr, string Text)
Overrides: UdpBeacon.ReceivedText
Timer
event Timer ()
Overrides: Actor.Timer
Other instance functions
BroadcastBeacon
function BroadcastBeacon (InternetLink.IpAddr Addr)
Overrides: UdpBeacon.BroadcastBeacon
GetBeaconAddress
Overrides: InternetInfo.GetBeaconAddress
GetBeaconText
Overrides: InternetInfo.GetBeaconText