This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
db463b031d42484bf7ff2b057a8bf0c94dea4a9c
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
UnrealHeaderTool
History
Zousar Shaker
bdfe4fff0f
Split the representation in the reflection system of TObjectPtr fields into FObjectPtrProperty (derived from FObjectProperty and already existed since the introduction of wrapped object pointers) and a new FClassPtrProperty (derived from FClassProperty, and newly introduced in this change). As with raw pointers, UHT will generate code for one vs the other depending on whether the inner type is derived from UClass or not. The new reflection type is meant to be functionally equivalent to the existing one, except it changes how the PROPERTY (not the instance of the field on a containing object) is serialized to ensure it includes the MetaClass member as inherited from FClassProperty.
...
#rb robert.manuszewski [CL 15317249 by Zousar Shaker in ue5-main branch]
2021-02-04 12:19:38 -04:00
..
Private
Split the representation in the reflection system of TObjectPtr fields into FObjectPtrProperty (derived from FObjectProperty and already existed since the introduction of wrapped object pointers) and a new FClassPtrProperty (derived from FClassProperty, and newly introduced in this change). As with raw pointers, UHT will generate code for one vs the other depending on whether the inner type is derived from UClass or not. The new reflection type is meant to be functionally equivalent to the existing one, except it changes how the PROPERTY (not the instance of the field on a containing object) is serialized to ensure it includes the MetaClass member as inherited from FClassProperty.
2021-02-04 12:19:38 -04:00
Public
Merging //UE5/Release-Engine-Staging to Main (//UE5/Main) @ 14075166
2020-08-11 01:36:57 -04:00
Resources
Merging using //UE5/Main_to_//UE5/Release-Engine-Staging @14384769
2020-09-24 00:43:27 -04:00
UnrealHeaderTool.Build.cs
Merging using //UE5/Main_to_//UE5/Release-Engine-Staging @14384769
2020-09-24 00:43:27 -04:00
UnrealHeaderTool.Target.cs
Merging //UE5/Release-Engine-Staging @ 13752110 to Main (//UE5/Main)
2020-06-23 18:40:00 -04:00