Maciej Mroz
de190241c6
ModuleRelativePath meta data in UInterface.
...
[CL 2694849 by Maciej Mroz in Main branch]
2015-09-17 05:11:18 -04:00
Steve Robb
024cafa3a1
Merging using Orion->UE4
...
CL# 2693983
Skip inline keywords/macros when parsing a return type.
[CL 2693992 by Steve Robb in Main branch]
2015-09-16 15:12:43 -04:00
Steve Robb
1a6497d13e
FPropertyBase::ImpliedPropertyFlags added to distinguish between property flags which are directly specified by UPROPERTY() and those which implicitly come from other places, like class flags or type.
...
Added a fix for const UCLASSes erroring out on deprecated properties, which no longer considers implied flags.
#codereview robert.manuszewski
[CL 2682399 by Steve Robb in Main branch]
2015-09-07 07:41:34 -04:00
Maciej Mroz
108bd4f93a
ModuleRelativePath Metadata is properly generated for structures
...
#codereview Steve.Robb
[CL 2662589 by Maciej Mroz in Main branch]
2015-08-20 09:50:59 -04:00
Maciej Mroz
94212b39e7
UEBP-40 C++ code generation (WIP):
...
- improved CustomThunk support
- MakeArray fix
[CL 2659156 by Maciej Mroz in Main branch]
2015-08-18 08:22:17 -04:00
Mikolaj Sieluzycki
8a4a6cd7fe
Fix multiline comment issues when parsing */// in UHT.
...
[CL 2658966 by Mikolaj Sieluzycki in Main branch]
2015-08-18 04:09:32 -04:00
Steve Robb
7d32c57c73
Support for regular C++ int types in casts.
...
#codereview robert.manuszewski
[CL 2646554 by Steve Robb in Main branch]
2015-08-06 12:09:44 -04:00
Mikolaj Sieluzycki
a53cf2e072
Make UEnums store values as uint8 instead of int8.
...
#codereview Robert.Manuszewski
[CL 2643276 by Mikolaj Sieluzycki in Main branch]
2015-08-04 08:20:16 -04:00
Maciej Mroz
08af6cf6b5
UEBP-40 C++ code generation (WIP):
...
- Native Access Specifiers
- FEmitDefaultValueHelper fix/improvements
#codereview Robert.Manuszewski, Nick.Whiting
[CL 2640098 by Maciej Mroz in Main branch]
2015-07-31 06:27:05 -04:00
Mikolaj Sieluzycki
6979137b8a
Allow UHT to parse 'int', 'signed int' and 'unsigned int' types.
...
[CL 2636566 by Mikolaj Sieluzycki in Main branch]
2015-07-29 03:49:56 -04:00
Steve Robb
f74c17b324
Cope with explicit when looking for user constructors.
...
#codereview robert.manuszewski
[CL 2636012 by Steve Robb in Main branch]
2015-07-28 16:46:57 -04:00
Steve Robb
d1605aa96b
FindMatchingClosingParenthesis moved to UnrealString.h, return value fixed (was off-by-one) and checked upper bound of StartSearch.
...
UnrealHeaderTool now supports casts and brackets when recognizing UENUMs as array bounds.
#codereview robert.manuszewski,leigh.swift,lee.clark
[CL 2635565 by Steve Robb in Main branch]
2015-07-28 13:08:12 -04:00
Maciej Mroz
c73e6aef8c
UEBP-40 C++ code generation (WIP):
...
- interface is called with "::Execute_"
- interface functions are BlueprintNativeEvents
- CppFromBpEvent metadata added, to force FUNC_Event
- BlueprintNativeEvent support
- BlueprintImplementableEvent support
[CL 2635382 by Maciej Mroz in Main branch]
2015-07-28 10:40:16 -04:00
Richard Hinckley
5b7adab09e
Added "//~" and "/*~" support to Unreal header parsing, so that comments can be ignored instead of being made into tooltips, mirroring the recent Doxygen filter feature. Also added support to keep @note blocks visible in UFUNCTIONS.
...
[CL 2630494 by Richard Hinckley in Main branch]
2015-07-23 09:27:43 -04:00
Steve Robb
07eaa7faf4
Bad UENUM specifiers now throw an error.
...
#codereview robert.manuszewski
[CL 2617559 by Steve Robb in Main branch]
2015-07-11 04:43:05 -04:00
Michael Noland
93f5f7871f
Blueprints: Added support for expressing a per-parameter DisplayName using the markup UPARAM(DisplayName="Something neat") before the parameter declaration
...
This allows renaming parameters without using a K2ParamRedirect, and to use names that are not legal C++ identifiers
UFUNCTION(BlueprintPure, ...)
static void DoSomethingAwesome(UPARAM(DisplayName="Awesome Param") float BoringParam);
#codereview nick.whiting
[CL 2614169 by Michael Noland in Main branch]
2015-07-08 17:03:53 -04:00
Steve Robb
978799d68b
Subobject error removed.
...
#codereview robert.manuszewski
[CL 2598990 by Steve Robb in Main branch]
2015-06-24 11:29:52 -04:00
Steve Robb
0709480948
New IsSorted algorithm.
...
New FindSortedStringCaseInsensitive algorithm, which binary searches strings in an array.
Many UHT string tests replaced with FindSortedStringCaseInsensitive.
FPropertySpecifier moved to UHT.
#codereview robert.manuszewski
[CL 2587588 by Steve Robb in Main branch]
2015-06-15 13:40:28 -04:00
Mikolaj Sieluzycki
b32e1ebdbe
Fix missing metadata (ConversionRoot) after UHT parsing.
...
#codereview Robert.Manuszewski
[CL 2582509 by Mikolaj Sieluzycki in Main branch]
2015-06-10 08:07:36 -04:00
Steve Robb
f9352385b0
Prevent UFunctions from having array parameters.
...
#codereview robert.manuszewski
[CL 2570760 by Steve Robb in Main branch]
2015-05-29 13:22:43 -04:00
Gareth Martin
3a245ca05a
Disallow UClass* properties from having the "Instanced" keyword
...
[CL 2565043 by Gareth Martin in Main branch]
2015-05-26 11:51:04 -04:00
Mikolaj Sieluzycki
ac339b4bbb
Make UEnums tightly packed.
...
[CL 2564612 by Mikolaj Sieluzycki in Main branch]
2015-05-26 03:36:08 -04:00
Maciej Mroz
b5d72fa9a2
More strict restrictions related to WeakObjectPtr exposed to blueprint. No arrays on weakobjptr. No lazy pointers. UE-15033
...
#codereview Jon.Lietz, Zak.Middleton, Richard.Hinckley, Nick.Whiting
[CL 2561280 by Maciej Mroz in Main branch]
2015-05-21 15:24:44 -04:00
Marc Audy
958cfbab16
Re-enable warning about virtual Blueprint Implementable Events
...
[CL 2558570 by Marc Audy in Main branch]
2015-05-20 09:10:28 -04:00
Maciej Mroz
3785f18c8f
CIS fix
...
[CL 2553564 by Maciej Mroz in Main branch]
2015-05-15 17:12:17 -04:00