Gah - a solution with more questions. – EntropicLqd
UE2:UdpLink (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> InternetInfo >> InternetLink >> UdpLink |
Contents
- Package:
- IpDrv
- Direct subclasses:
- UdpGameSpyQuery, UdpGameSpyUplink
- This class in other games:
- RTNP, UT, U1, UE2Runtime, U2, U2XMP, UT2003
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. |
UdpLink: An Internet UDP connectionless socket.
Properties
Property group 'UdpLink'
BroadcastAddr
Type: int
Modifiers: const
Default value: -1
Internal variables
RecvBuf
Type: string
Modifiers: const
Default values
Property | Value |
---|---|
bAlwaysTick | True |
Functions
Native functions
BindPort
ReadBinary
ReadText
SendBinary
SendText
Events
ReceivedBinary
ReceivedLine
event ReceivedLine (InternetLink.IpAddr Addr, string Line)
ReceivedText
event ReceivedText (InternetLink.IpAddr Addr, string Text)