Navigation
API > API/Runtime > API/Runtime/Renderer > API/Runtime/Renderer/FShaderPrintSetup
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Construct with shader print disabled setup. | ShaderPrintParameters.h | ||
FShaderPrintSetup
(
FSceneView const& InView |
Construct with view and system defaults. | ShaderPrintParameters.h | |
FShaderPrintSetup
(
FIntRect InViewRect |
Construct with view rectangle and system defaults. | ShaderPrintParameters.h |
FShaderPrintSetup()
Description
Construct with shader print disabled setup.
| Name | FShaderPrintSetup |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/ShaderPrintParameters.h |
| Include Path | #include "ShaderPrintParameters.h" |
FShaderPrintSetup()
FShaderPrintSetup(FSceneView const &)
Description
Construct with view and system defaults.
| Name | FShaderPrintSetup |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/ShaderPrintParameters.h |
| Include Path | #include "ShaderPrintParameters.h" |
| Source | /Engine/Source/Runtime/Renderer/Private/ShaderPrint.cpp |
FShaderPrintSetup
(
FSceneView const & InView
)
FShaderPrintSetup(FIntRect)
Description
Construct with view rectangle and system defaults.
| Name | FShaderPrintSetup |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/ShaderPrintParameters.h |
| Include Path | #include "ShaderPrintParameters.h" |
| Source | /Engine/Source/Runtime/Renderer/Private/ShaderPrint.cpp |
FShaderPrintSetup
(
FIntRect InViewRect
)