Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Rendering
Inheritance Hierarchy
- ICustomRenderPass
- FCustomRenderPassBase
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Rendering/CustomRenderPass.h |
| Include | #include "Rendering/CustomRenderPass.h" |
Syntax
class ICustomRenderPass
Remarks
Base interface to implement for FCustomRenderPassBase
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FName & | GetTypeName () |
Bare-bones RTTI method to allow users to differentiate / downcast the custom render pass they're interested into |