You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]
12 lines
391 B
Modula-2
12 lines
391 B
Modula-2
// CHECKED_METADATA_SPECIFIER(<specifier name>)
|
|
//
|
|
// Must be listed such that the strings are in lexicographical order!
|
|
|
|
CHECKED_METADATA_SPECIFIER(BlueprintProtected)
|
|
CHECKED_METADATA_SPECIFIER(ClampMax)
|
|
CHECKED_METADATA_SPECIFIER(ClampMin)
|
|
CHECKED_METADATA_SPECIFIER(DevelopmentStatus)
|
|
CHECKED_METADATA_SPECIFIER(UIMax)
|
|
CHECKED_METADATA_SPECIFIER(UIMin)
|
|
CHECKED_METADATA_SPECIFIER(Units)
|