Files
UnrealEngineUWP/Engine/Source/Programs/UnrealHeaderTool
Jamie Dale 4e5f312c78 Fixed UHT failing to discard inline keywords for void returns
GetVarType is the function that strips the inline and FORCEINLINE keywords, but that function call was being skipped for void return types. The result was that things like "inline void" failed to parse as a UHT return type, but "inline int32" worked fine.

#fyi Steve.Robb
#rb Marc.Audy

[CL 14310987 by Jamie Dale in ue5-main branch]
2020-09-14 13:55:10 -04:00
..
2020-07-31 11:41:49 -04:00