Navigation
API > API/Plugins > API/Plugins/Composite > API/Plugins/Composite/UCompositeLayerBase
Description
Override to return a render-thread proxy for this layer. Proxy objects should be allocated from the provided allocator. Only called when GetIsActive() returns true.
Virtual Inheritance
- UCompositePassBase::GetProxy → UCompositeLayerBase::GetProxy
Derived Overrides
- UCompositeLayerMainRender::GetProxy
- UCompositeLayerPlanarReflection::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" |
| Source | /Engine/Plugins/Compositing/Composite/Source/Composite/Private/Layers/CompositeLayerBase.cpp |
virtual FCompositeCorePassProxy * GetProxy
(
const UE::CompositeCore::FPassInputDecl & InputDecl,
FCompositeTraversalContext & InContext,
FSceneRenderingBulkObjectAllocator & InFrameAllocator
) const