There is no spoon
UE2:ClientBeaconReceiver (U2XMP)
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[edit]
Beacons[edit]
Type: BeaconInfo
Array size: 32
Structs[edit]
BeaconInfo[edit]
- InternetLink.IpAddr Addr
- float Time
- string Text
Functions[edit]
Events[edit]
BeginPlay[edit]
event BeginPlay ()
Overrides: UdpBeacon.BeginPlay
Destroyed[edit]
event Destroyed ()
Overrides: UdpBeacon.Destroyed
GetBeaconAddress[edit]
Overrides: InternetInfo.GetBeaconAddress
GetBeaconText[edit]
Overrides: InternetInfo.GetBeaconText
ReceivedText[edit]
event ReceivedText (InternetLink.IpAddr Addr, string Text)
Overrides: UdpBeacon.ReceivedText
Timer[edit]
event Timer ()
Overrides: Actor.Timer
Other instance functions[edit]
BroadcastBeacon[edit]
function BroadcastBeacon (InternetLink.IpAddr Addr)
Overrides: UdpBeacon.BroadcastBeacon