Navigation
API > API/Plugins > API/Plugins/Composite > API/Plugins/Composite/UCompositePassBase
Description
Getter function to override, returning pass proxies to be passed to the render thread. (Proxy objects should be allocated from the provided allocator.)
Derived Overrides
- UCompositePassCenteredScale::GetProxy
- UCompositePassColorGrade::GetProxy
- UCompositePassColorKeyer::GetProxy
- UCompositePassDistortion::GetProxy
- UCompositePassFXAA::GetProxy
- UCompositePassMaterial::GetProxy
- UCompositePassOpenColorIO::GetProxy
- UCompositePassSMAA::GetProxy
| Name | GetProxy |
| Type | function |
| Header File | /Engine/Plugins/Compositing/Composite/Source/Composite/Public/Passes/CompositePassBase.h |
| Include Path | #include "Passes/CompositePassBase.h" |
virtual bool GetProxy
(
const UE::CompositeCore::FPassInputDecl & InputDecl,
FSceneRenderingBulkObjectAllocator & InFrameAllocator,
FCompositeCorePassProxy *& OutProxy
) const