Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
GUID
From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from Guid)
This disambiguation page lists articles associated with the same title. If an internal link led you here, you may wish to change the link to point directly to the intended article. |
Globally unique identifier (GUID) is a unique reference number used as an identifier in computer software. In Unreal Engine, it may refer to:
struct GUID
- built-in struct type in UE1, UE2, and UE3.- Package GUID. Every package in engine has a GUID, which is used in network games to ensure that clients have the same package version as the server does. Conforming process can make different package versions network-compatible, but has its own nuances. More information is available on UDN [1].
Guid(A, B, C, D)
class modifier. It was intended to be used with COM, but wasn't actually implemented.