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