Copying //UE4/Dev-Mobile to Dev-Main (//UE4/Dev-Main) Souce CL: 4806680

#lockdown: Nick.Penwarden
#rb None

#ROBOMERGE-OWNER: ryan.gerleve
#ROBOMERGE-AUTHOR: jack.porter
#ROBOMERGE-SOURCE: CL 4806726 in //UE4/Main/...
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 4806733 by jack porter in Dev-Networking branch]
This commit is contained in:
jack porter
2019-01-24 20:39:08 -05:00
parent 9d4a292d5f
commit 2bbc43bc53
8687 changed files with 1060230 additions and 285280 deletions

View File

@@ -52,23 +52,24 @@ public:
UPROPERTY(GlobalConfig, EditAnywhere, Category=Emscripten, Meta = (DisplayName = "Fixed TimeStep (i.e. use requestAnimationFrame)"))
bool UseFixedTimeStep; // need to make a note of: answerhub 409629
// TODO: re-enable these when they become supported in WASM
// /**
// * Enable SIMD
// * NOTE 1: this does not currently work with WASM - it will be forced false in this case.
// * NOTE 2: SIMD will be supported during WASM builds in a future emscripten release.
// */
// UPROPERTY(GlobalConfig, EditAnywhere, Category=Emscripten, Meta = (DisplayName = "SIMD support"))
// bool EnableSIMD;
/**
* Enable Multithreading (Experimental)
*/
UPROPERTY(GlobalConfig, EditAnywhere, Category=Emscripten, Meta = (DisplayName = "Multithreading support"))
bool EnableMultithreading;
// TODO: re-enable these when they become supported in WASM
// /**
// * Enable Multithreading
// * NOTE 1: this is not supported currently in WASM - it will be forced false in this case.
// * NOTE 2: Multithreading will be supported during WASM builds in a future emscripten release.
// */
// UPROPERTY(GlobalConfig, EditAnywhere, Category=Emscripten, Meta = (DisplayName = "Multithreading support"))
// bool EnableMultithreading;
/**
* Use OffscreenCanvas Support (else use Offscreen Framebuffer)
* Note: Multithreading rendering option (WORK IN PROGRESS)
*/
UPROPERTY(GlobalConfig, EditAnywhere, Category=Emscripten, Meta = (DisplayName = "Offscreen Canvas [experimental]"))
bool OffscreenCanvas;
/**
* Use LLVM WASM Backend (WORK IN PROGRESS)
*/
UPROPERTY(GlobalConfig, EditAnywhere, Category=Emscripten, Meta = (DisplayName = "LLVM Wasm backend [experimental]"))
bool LLVMWasmBackend;
/**
* Enable Tracing (trace.h)