#jira UE-69414 HTML5 multithreading option in binary builds needs to be set with SourceOnly property

#rnx
#rb none

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: nick.shin
#ROBOMERGE-SOURCE: CL 4894518 in //UE4/Release-4.22/... via CL 4894523
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 4909915 by nick shin in Dev-VR branch]
This commit is contained in:
nick shin
2019-02-05 18:37:14 -05:00
parent d7f8ee0bb9
commit 64627e66bc

View File

@@ -46,6 +46,8 @@ void FHTML5TargetSettingsCustomization::CustomizeDetails(IDetailLayoutBuilder& D
SETUP_SOURCEONLY_PROP(EnableIndexedDB, EmscriptenCategory);
SETUP_SOURCEONLY_PROP(EnableMultithreading, EmscriptenCategory);
AudioPluginWidgetManager.BuildAudioCategory(DetailLayout, EAudioPlatform::HTML5);
}