Navigation
API > API/Plugins > API/Plugins/Composite > API/Plugins/Composite/UCompositeLayerBase
Description
Getter function to override, returning pass layer proxies to be passed to the render thread. (Proxy objects should be allocated from the provided allocator.)
Derived Overrides
- UCompositeLayerMainRender::GetProxy
- UCompositeLayerPlate::GetProxy
- UCompositeLayerProcessing::GetProxy
- UCompositeLayerSceneCapture::GetProxy
- UCompositeLayerShadowReflection::GetProxy
- UCompositeLayerSingleLightShadow::GetProxy
| Name | GetProxy |
| Type | function |
| Header File | /Engine/Plugins/Compositing/Composite/Source/Composite/Public/Layers/CompositeLayerBase.h |
| Include Path | #include "Layers/CompositeLayerBase.h" |
virtual bool GetProxy
(
FTraversalContext & InContext,
FSceneRenderingBulkObjectAllocator & InFrameAllocator,
FCompositeCorePassProxy *& OutProxy
) const