Navigation
API > API/Runtime > API/Runtime/Renderer > API/Runtime/Renderer/FScreenPassTextureViewport
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
ScreenPass.h |
|
|
|
ScreenPass.h |
|
|
|
ScreenPass.h |
|
|
|
ScreenPass.h |
|
|
|
ScreenPass.h |
|
|
|
ScreenPass.h |
|
|
|
ScreenPass.h |
|
|
|
ScreenPass.h |
|
FScreenPassTextureViewport()
| |
|
| Name |
FScreenPassTextureViewport |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Renderer/Public/ScreenPass.h |
| Include Path |
#include "ScreenPass.h" |
FScreenPassTextureViewport()
FScreenPassTextureViewport(FIntRect)
| |
|
| Name |
FScreenPassTextureViewport |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Renderer/Public/ScreenPass.h |
| Include Path |
#include "ScreenPass.h" |
FScreenPassTextureViewport
(
FIntRect InRect
)
FScreenPassTextureViewport(FScreenPassTexture)
| |
|
| Name |
FScreenPassTextureViewport |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Renderer/Public/ScreenPass.h |
| Include Path |
#include "ScreenPass.h" |
| Source |
/Engine/Source/Runtime/Renderer/Public/ScreenPass.inl |
FScreenPassTextureViewport
(
FScreenPassTexture InTexture
)
FScreenPassTextureViewport(FScreenPassTextureSlice)
| |
|
| Name |
FScreenPassTextureViewport |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Renderer/Public/ScreenPass.h |
| Include Path |
#include "ScreenPass.h" |
| Source |
/Engine/Source/Runtime/Renderer/Public/ScreenPass.inl |
FScreenPassTextureViewport
(
FScreenPassTextureSlice InTexture
)
FScreenPassTextureViewport(FRDGTextureRef)
| |
|
| Name |
FScreenPassTextureViewport |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Renderer/Public/ScreenPass.h |
| Include Path |
#include "ScreenPass.h" |
FScreenPassTextureViewport
(
FRDGTextureRef InTexture
)
FScreenPassTextureViewport(FIntPoint)
| |
|
| Name |
FScreenPassTextureViewport |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Renderer/Public/ScreenPass.h |
| Include Path |
#include "ScreenPass.h" |
FScreenPassTextureViewport
(
FIntPoint InExtent
)
FScreenPassTextureViewport(FIntPoint, FIntRect)
| |
|
| Name |
FScreenPassTextureViewport |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Renderer/Public/ScreenPass.h |
| Include Path |
#include "ScreenPass.h" |
FScreenPassTextureViewport
(
FIntPoint InExtent,
FIntRect InRect
)
FScreenPassTextureViewport(FRDGTextureRef, FIntRect)
| |
|
| Name |
FScreenPassTextureViewport |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Renderer/Public/ScreenPass.h |
| Include Path |
#include "ScreenPass.h" |
FScreenPassTextureViewport
(
FRDGTextureRef InTexture,
FIntRect InRect
)