There is no spoon
UE2:UdpLink (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> Actor >> Info >> InternetInfo >> InternetLink >> UdpLink |
Contents |
- Package:
- IpDrv
- Direct subclasses:
- UdpBeacon, UdpGameSpyQuery, UdpGameSpyUplink
- This class in other games:
- RTNP, U1, U2, U2XMP, UT, UT2003, UT2004
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
UdpLink: An Internet UDP connectionless socket.
[edit] Properties
[edit] Property group 'UdpLink'
[edit] BroadcastAddr
Type: int
Modifiers: const
Default value: -1
[edit] Default values
| Property | Value |
|---|---|
| bAlwaysTick | True |
[edit] Functions
[edit] Native functions
[edit] BindPort
[edit] ReadBinary
[edit] ReadText
[edit] SendBinary
[edit] SendText
[edit] Events
[edit] ReceivedBinary
[edit] ReceivedLine
event ReceivedLine (InternetLink.IpAddr Addr, string Line)
[edit] ReceivedText
event ReceivedText (InternetLink.IpAddr Addr, string Text)
