Navigation
API > API/Plugins > API/Plugins/XRBase
| Name | FXRSwapChain |
| Type | class |
| Header File | /Engine/Plugins/Runtime/XRBase/Source/XRBase/Public/XRSwapChain.h |
| Include Path | #include "XRSwapChain.h" |
Syntax
class FXRSwapChain : public TSharedFromThis< FXRSwapChain, ESPMode::ThreadSafe >
Inheritance Hierarchy
- TSharedFromThis< FXRSwapChain, ESPMode::ThreadSafe > → FXRSwapChain
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FXRSwapChain
(
TArray< FTextureRHIRef >&& InRHITextureSwapChain, |
XRSwapChain.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FXRSwapChain() |
XRSwapChain.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FTextureRHIRef > GetSwapChain() |
XRSwapChain.h | ||
uint32 GetSwapChainIndex_RHIThread() |
XRSwapChain.h | ||
uint32 GetSwapChainLength() |
XRSwapChain.h | ||
FRHITexture * GetTexture() |
XRSwapChain.h | ||
FRHITexture * GetTexture2D() |
XRSwapChain.h | ||
FRHITexture * GetTexture2DArray() |
XRSwapChain.h | ||
FRHITexture * GetTextureCube() |
XRSwapChain.h | ||
const FTextureRHIRef & GetTextureRef() |
XRSwapChain.h | ||
virtual void IncrementSwapChainIndex_RHIThread() |
XRSwapChain.h | ||
virtual void ReleaseCurrentImage_RHIThread
(
IRHICommandContext* RHICmdContext |
XRSwapChain.h | ||
void SetDebugLabel
(
FStringView NewLabel |
XRSwapChain.h | ||
virtual void WaitCurrentImage_RHIThread
(
int64 TimeoutNanoseconds |
XRSwapChain.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ReleaseResources_RHIThread() |
XRSwapChain.h |