UObject Internals & Type System#
Reference from https://zhuanlan.zhihu.com/p/22813908
- Opening
- Type system overview
- Type system settings and structure
- Type system code generation
- Type system information collection
- Type system code generation refactoring-UE4CodeGen_Private
- Type system registration-first UClass
- Type system registration-CoreUObject module loading
- Type system registration-InitUObject
- Type system construction-trigger again
- Type system construction-construct binding links
- Type system-summary
- Type system-reflection combat