Navigation
API > API/Plugins > API/Plugins/OpenXRHMD > API/Plugins/OpenXRHMD/UOpenXRBlueprintFunctionLibrary
References
| Module | OpenXRHMD |
| Header | /Engine/Plugins/Runtime/OpenXR/Source/OpenXRHMD/Public/OpenXRBlueprintFunctionLibrary.h |
| Include | #include "OpenXRBlueprintFunctionLibrary.h" |
| Source | /Engine/Plugins/Runtime/OpenXR/Source/OpenXRHMD/Private/OpenXRBlueprintFunctionLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="OpenXR|Experimental")
static void SetEnvironmentBlendMode
(
int32 NewBlendMode
)
Remarks
Allows to change the environment blend mode at runtime.
Parameters
| Name | Description |
|---|---|
| NewBlendMode | The new blend mode to be set, if supported. |