Files
UnrealEngineUWP/Engine/Plugins/Experimental/PythonScriptPlugin
patrick laflamme 87e164b574 Exposed UEnum display name to Python through method get_display_name(). Ex: print(unreal.TextureCompressionSettings.TC_GRAYSCALE.get_display_name())
- Supported reading the enum entry display name set in C++ as well as the one injected from python with the [at]uenum annotation.
  - Added unit tests.

#jira UE-132375 - Add a way for python to get the friendly name of an enum value
#rb Jamie.Dale

#ROBOMERGE-AUTHOR: patrick.laflamme
#ROBOMERGE-SOURCE: CL 18019999 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v885-17909292)

[CL 18020038 by patrick laflamme in ue5-release-engine-test branch]
2021-11-02 11:34:25 -04:00
..