Michael Noland
bcf2c95167
Core: Improved the readability of a warning message for struct type mismatches in SerializeTaggedProperties
...
[CL 2544562 by Michael Noland in Main branch]
2015-05-09 17:12:12 -04:00
Steve Robb
7f291d9a91
Only register and unregister the class during deserialization.
...
#codereview robert.manuszewski
[CL 2543984 by Steve Robb in Main branch]
2015-05-08 19:25:06 -04:00
Marc Audy
fd7b7e2828
Fix bad bug in FStringAssetReference where TryLoad would return null instead of the loaded object
...
[CL 2543103 by Marc Audy in Main branch]
2015-05-08 13:00:09 -04:00
Michael Schoell
db9c8e2240
UProperty and UFunction metadata for Category can now be localized and have improved FText usage throughout the editor (Blueprints, Behavior Trees, Materials, etc).
...
Big conversion of FStrings and FNames to FText.
Version bump to move some MaterialFunction UProperty from a TArray<FString> to TArray<FText> (some Engine assets are older than being allowed to auto-convert the UProperty)
Auto conversion of FName to FText (and back) now supported (as well as TArrays of those types).
Searching categories by both the localized string and the source string is now supported in Blueprints.
#jira UE-14481 - We are missing ability to translate node categories
#codereview Justin.Sargent
[CL 2542875 by Michael Schoell in Main branch]
2015-05-08 10:46:42 -04:00
Ankit Khare
595ec36484
Fixup unaligned access.
...
#codereview peter.sauerbrei
[CL 2541837 by Ankit Khare in Main branch]
2015-05-07 18:16:03 -04:00
Daniel Lamb
4771331526
Removed sorter completely. As it's not required.
...
[CL 2541137 by Daniel Lamb in Main branch]
2015-05-07 10:58:46 -04:00
Daniel Lamb
0a11aceec2
Disabled profile logging for savepackage
...
[CL 2541048 by Daniel Lamb in Main branch]
2015-05-07 10:17:42 -04:00
Daniel Lamb
1d9186fdbe
Fixed up initialization of FObjectExportSortHelper using uninitalized variables.
...
Removed uneeded variables.
Removed excessive stats.
[CL 2541043 by Daniel Lamb in Main branch]
2015-05-07 10:16:37 -04:00
Robert Manuszewski
cff51abde4
Fixing hot-reload not updating derived classes if the base class layout changed resulting in the derived class layout changes without changing the overall class size.
...
[CL 2540792 by Robert Manuszewski in Main branch]
2015-05-07 05:55:26 -04:00
Mike Beach
94aaa51b6a
[UE-15057] Make sure default sub-objects are preloaded after their CDO owner is initialized (accounts for deferred CDO initialization).
...
#codreview Nick.Whiting, Robert.Manuszewski
[CL 2539982 by Mike Beach in Main branch]
2015-05-06 17:16:04 -04:00
Robert Manuszewski
47522f64ff
Removing debug code from FLinker
...
[CL 2539328 by Robert Manuszewski in Main branch]
2015-05-06 11:23:50 -04:00
Robert Manuszewski
ce61c6c71c
Making FAsyncLoadingThread::InsertPackage (more) thread safe
...
[CL 2538742 by Robert Manuszewski in Main branch]
2015-05-06 03:24:17 -04:00
Maciej Mroz
c3c917d9a9
Cis fix for clang
...
[CL 2538682 by Maciej Mroz in Main branch]
2015-05-06 00:55:14 -04:00
Maciej Mroz
94197986df
GetBaseStructure was replaced with TBaseStructure<>::Get()
...
Related to: https://udn.unrealengine.com/questions/244398/blueprint-struct-with-vector-member-crashes-editor.html
#codereview Robert.Manuszewski, Jaroslaw.Palczynski, Nick.Whiting
[CL 2538645 by Maciej Mroz in Main branch]
2015-05-05 23:07:23 -04:00
Maciej Mroz
50f52af70c
GIsReinstancing flag added to supress warning about executing script form an obsolete class.
...
https://udn.unrealengine.com/questions/233181/class-newerversionexists-assert-when-compiling-paw.html
#codereview Nick.Whiting
[CL 2538290 by Maciej Mroz in Main branch]
2015-05-05 17:51:24 -04:00
Phillip Kavan
3c10408f03
[UE-13996] Retain references to other Actor instances on copy/paste from one level to another.
...
change summary:
- modified UObjectPropertyBase::GetExportPath() to also avoid fully-qualified names when PPF_ExportsNotFullyQualified is set and the object is a sibling of the root scope
#codereview Matt.Kuhlenschmidt, Marc.Audy
[CL 2538281 by Phillip Kavan in Main branch]
2015-05-05 17:48:52 -04:00
Mike Beach
47abefa04c
Amending a deferred dependency check() so that it accounts for deferred functions that have been regenerated already.
...
[CL 2536621 by Mike Beach in Main branch]
2015-05-04 18:19:27 -04:00
Mike Beach
8c0dbdac33
[UE-13579] Relinking dependent blueprint subclasses on-load, when their parent class is recompiled (as part of FScopedClassDependencyGather).
...
#codereview Nick.Whiting
[CL 2536495 by Mike Beach in Main branch]
2015-05-04 17:32:42 -04:00
Daniel Lamb
c085f26429
Made InitializeCoreClasses store information staticly for reuse in following save package calls.
...
Converted some string comparisions to use FNames instead.
[CL 2536073 by Daniel Lamb in Main branch]
2015-05-04 14:15:02 -04:00
Mike Beach
14be8de8a4
[UE-14848] Comments to explain CL 2534515.
...
[CL 2534522 by Mike Beach in Main branch]
2015-05-01 18:36:52 -04:00
Mike Beach
b13bb51297
[UE-14848] Deferred sub-object initialization needs to fix up any stale archetype references.
...
#codreview Robert.Manuszewski, Nick.Whiting, Kathna.Lai
[CL 2534515 by Mike Beach in Main branch]
2015-05-01 18:30:14 -04:00
Marc Audy
b01829bae8
Fix compile error
...
[CL 2534124 by Marc Audy in Main branch]
2015-05-01 15:37:10 -04:00
Marc Audy
ed0801200e
Add LoadSynchronous utility function to FAssetPtr and TAssetPtr
...
#codereview Bob.Tellez, Robert.Manuszewski
[CL 2534016 by Marc Audy in Main branch]
2015-05-01 15:00:56 -04:00
Terence Burns
ff28fe1af3
Add functionality to uobject and fconfigfile to support editing one property at a time.
...
Enabled for Config editor as an initial test bed.
UE-14449
[CL 2533480 by Terence Burns in Main branch]
2015-05-01 09:37:58 -04:00
Graeme Thornton
1600061782
Fix for a crash when setting up uclass token streams
...
[CL 2533445 by Graeme Thornton in Main branch]
2015-05-01 09:00:05 -04:00