Navigation
API > API/Plugins > API/Plugins/XRBase
| Name | FXRCopyTextureOptions |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/XRBase/Source/XRBase/Public/XRCopyTexture.h |
| Include Path | #include "XRCopyTexture.h" |
Syntax
struct FXRCopyTextureOptions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FXRCopyTextureOptions
(
FStaticFeatureLevel InFeatureLevel |
XRCopyTexture.h | ||
FXRCopyTextureOptions
(
FStaticFeatureLevel InFeatureLevel, |
XRCopyTexture.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bClearBlack | bool | XRCopyTexture.h | ||
| bDstSupportsHDR | bool | XRCopyTexture.h | ||
| BlendMod | EXRCopyTextureBlendModifier | XRCopyTexture.h | ||
| bNeedsDisplayMapping | bool | XRCopyTexture.h | ||
| bOutputMipChain | bool | If this is set and the dst has mips, those mips will be filled in by the copy. | XRCopyTexture.h | |
| bSrcIsLinear | bool | XRCopyTexture.h | ||
| bSrcSupportsHDR | bool | XRCopyTexture.h | ||
| DstColorGamut | EDisplayColorGamut | XRCopyTexture.h | ||
| DstDisplayFormat | EDisplayOutputFormat | XRCopyTexture.h | ||
| FeatureLevel | FStaticFeatureLevel | XRCopyTexture.h | ||
| LoadAction | ERenderTargetLoadAction | XRCopyTexture.h | ||
| ShaderPlatform | FStaticShaderPlatform | XRCopyTexture.h | ||
| SrcColorGamut | EDisplayColorGamut | XRCopyTexture.h | ||
| SrcDisplayFormat | EDisplayOutputFormat | XRCopyTexture.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetDisplayMappingOptions
(
IStereoRenderTargetManager* HDRManager |
XRCopyTexture.h |