Commit Graph

226 Commits

Author SHA1 Message Date
Mikolaj Sieluzycki
1d9f070cb1 Fix for inheriting show/hide categories from parent class.
#codereview Robert.Manuszewski
#lockdown Zachary.EdgertonJones

[CL 2522495 by Mikolaj Sieluzycki in Main branch]
2015-04-23 05:02:17 -04:00
Ben Marsh
8be8504edc Remove some of the tedious layers of indirection from the plugin manager.
[CL 2521707 by Ben Marsh in Main branch]
2015-04-22 16:41:13 -04:00
Steve Robb
bbfd1b466f Shadowed variable fix.
#codereview robert.manuszewski

[CL 2521593 by Steve Robb in Main branch]
2015-04-22 15:48:01 -04:00
Marc Audy
6b9642b23a Fix UHT shadow variables
#codereview Steve.Robb, Dmitry.Rekman, Terence.Burns

[CL 2521443 by Marc Audy in Main branch]
2015-04-22 14:47:12 -04:00
Dmitry Rekman
ceeeac094f Shadowing fixes.
#codereview Steve.Robb, Marc.Audy, Jaroslaw.Palczynski

[CL 2521402 by Dmitry Rekman in Main branch]
2015-04-22 14:31:04 -04:00
Steve Robb
83203b555a Shadowed variables fixed.
#codereview robert.manuszewski,terence.burns,marc.audy

[CL 2521372 by Steve Robb in Main branch]
2015-04-22 14:15:56 -04:00
Steve Robb
3adc5f8c15 Function with a TArray<UClass*> return value added to test, to check for bad generated code in exec function.
#codereview robert.manuszewski

[CL 2520776 by Steve Robb in Main branch]
2015-04-22 05:58:59 -04:00
Marc Audy
734e40c910 Temporarily disable warning since UHT turns it in to an error
[CL 2519961 by Marc Audy in Main branch]
2015-04-21 16:40:14 -04:00
Marc Audy
ccf62f558f Warn that virtual BlueprintImplementableEvents are not allowed, will remove support in a future release.
[CL 2519475 by Marc Audy in Main branch]
2015-04-21 12:46:26 -04:00
Steve Robb
7147a13be2 TMap properties.
#codereview robert.manuszewski

[CL 2519223 by Steve Robb in Main branch]
2015-04-21 10:25:59 -04:00
Robert Manuszewski
119baff841 Removing debug code
[CL 2519074 by Robert Manuszewski in Main branch]
2015-04-21 08:47:21 -04:00
Robert Manuszewski
b80cbe68e2 Fixing non-unity build.
[CL 2519011 by Robert Manuszewski in Main branch]
2015-04-21 06:48:55 -04:00
Robert Manuszewski
d80262a45e Fixing UHT not propagating class flags/properties properly
- Small refactor of how and where class flags are parsed
- 'Placeable' is no longer deprecated (it never really was)
- Restoring 'Placeable' keyword on ALandscape

UE-14035

[CL 2518912 by Robert Manuszewski in Main branch]
2015-04-21 05:03:44 -04:00
Jaroslaw Palczynski
d9e4f8f862 UE-8954: Update commonly-subclassed actor and component classes to take a default FObjectInitializer constructor argument.
[CL 2518882 by Jaroslaw Palczynski in Main branch]
2015-04-21 04:37:32 -04:00
Mikolaj Sieluzycki
a342337136 UHT enforces user defined _Validate and _Implementation functions to be "virtual".
[CL 2517391 by Mikolaj Sieluzycki in Main branch]
2015-04-20 06:19:21 -04:00
Mikolaj Sieluzycki
d77f990644 Back out changelist 2515530
[CL 2515554 by Mikolaj Sieluzycki in Main branch]
2015-04-17 04:37:38 -04:00
Mikolaj Sieluzycki
9574020014 Add missing file.
[CL 2515551 by Mikolaj Sieluzycki in Main branch]
2015-04-17 04:32:11 -04:00
Mikolaj Sieluzycki
cf4bc20014 UHT enforces user defined _Validate and _Implementation functions to be "virtual".
#codereview Robert.Manuszewski

[CL 2515530 by Mikolaj Sieluzycki in Main branch]
2015-04-17 04:04:20 -04:00
Michael Noland
36e8025b9c UnrealHeaderTool: Added support for FColor default values in reflected methods
[CL 2515150 by Michael Noland in Main branch]
2015-04-16 18:43:00 -04:00
Jaroslaw Surowiec
1e12abcfd8 UHT Fix
#codereview steve.robb

[CL 2511512 by Jaroslaw Surowiec in Main branch]
2015-04-14 08:03:34 -04:00
Mikolaj Sieluzycki
9acf491f1e Add UHTGeneratedCodeVersion to UHTDebugging.manifest.
#codereview Steve.Robb

[CL 2511357 by Mikolaj Sieluzycki in Main branch]
2015-04-14 04:25:41 -04:00
Marc Audy
ee362038bb Avoid shadow variable warnings when a class has a UFUNCTION with a parameter with the same name as a member
Avoid shadow variable warnings when a class has a member named Result

[CL 2510514 by Marc Audy in Main branch]
2015-04-13 13:43:58 -04:00
Michael Noland
6a3d8e112e UnrealHeaderTool: Added limited support for parsing character literals to avoid incorrectly erroring on things like '\"'
[CL 2509338 by Michael Noland in Main branch]
2015-04-10 20:25:40 -04:00
Steve Robb
86b49f977d New CPF_UObjectWrapper flag to indicate that a UObjectProperty is a wrapper or a raw pointer.
UClassProperty::GetCPPType made to use the flag to generate a UClass* rather than a TSubobjectOf<UObject>.
Test code for UHT.

#codereview robert.manuszewski,marc.audy

[CL 2508644 by Steve Robb in Main branch]
2015-04-10 14:19:15 -04:00
Mikolaj Sieluzycki
cc74a8f950 Add missing file.
[CL 2508152 by Mikolaj Sieluzycki in Main branch]
2015-04-10 06:26:01 -04:00