Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
| Type | Name | Description | |
|---|---|---|---|
| void | RegisterCompiledInInfo
(
UPackage*(*)() InOuterRegister, |
Adds a static package registration and version information. The InInfo parameter must be static. | |
| void | RegisterCompiledInInfo
(
UScriptStruct*(*)() InOuterRegister, |
Adds a struct registration and version information. The InInfo parameter must be static. | |
| void | RegisterCompiledInInfo
(
UEnum*(*)() InOuterRegister, |
Adds a static enum registration and version information. The InInfo parameter must be static. | |
| void | RegisterCompiledInInfo
(
UClass*(*)() InOuterRegister, |
Adds a class registration and version information. The InInfo parameter must be static. | |
| void | RegisterCompiledInInfo
(
const TCHAR* PackageName, |
Register compiled in information for multiple classes, structures, and enumerations |