Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Rendering
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Rendering/CustomRenderPass.h |
| Include | #include "Rendering/CustomRenderPass.h" |
Syntax
class ICustomRenderPassUserData
Remarks
Base interface to implement for attaching user data to a 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 user data they're interested into |