Navigation
API > API/Plugins > API/Plugins/Composite > API/Plugins/Composite/UCompositeLayerPlate
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.)
Virtual Inheritance
- UCompositePassBase::GetProxy → UCompositeLayerBase::GetProxy → UCompositeLayerPlate::GetProxy
| Name | GetProxy |
| Type | function |
| Header File | /Engine/Plugins/Compositing/Composite/Source/Composite/Public/Layers/CompositeLayerPlate.h |
| Include Path | #include "Layers/CompositeLayerPlate.h" |
| Source | /Engine/Plugins/Compositing/Composite/Source/Composite/Private/Layers/CompositeLayerPlate.cpp |
virtual FCompositeCorePassProxy * GetProxy
(
const UE::CompositeCore::FPassInputDecl & InputDecl,
FCompositeTraversalContext & InContext,
FSceneRenderingBulkObjectAllocator & InFrameAllocator
) const