Navigation
API > API/Plugins > API/Plugins/CompositeCore
Pass parameter information.
| Name | FPassContext |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Compositing/CompositeCore/Source/CompositeCore/Public/Passes/CompositeCorePassProxy.h |
| Include Path | #include "Passes/CompositeCorePassProxy.h" |
Syntax
struct FPassContext
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bOutputSceneColor | bool | Is the current pass expected to output scene color? | Passes/CompositeCorePassProxy.h | |
| Location | ISceneViewExtension::EPostProcessingPass | Post-processiong location. | Passes/CompositeCorePassProxy.h | |
| OutputViewRect | FIntRect | Active post-processing output view rectangle. | Passes/CompositeCorePassProxy.h | |
| SceneTextures | FSceneTextureShaderParameters | The uniform buffer containing all scene textures. | Passes/CompositeCorePassProxy.h |