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