Navigation
API > API/Runtime > API/Runtime/Engine
Base interface to implement for attaching user data to a FCustomRenderPassBase
| Name | ICustomRenderPassUserData |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Rendering/CustomRenderPass.h |
| Include Path | #include "Rendering/CustomRenderPass.h" |
Syntax
class ICustomRenderPassUserData
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ICustomRenderPassUserData() |
Rendering/CustomRenderPass.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FName & GetTypeName() |
Bare-bones RTTI method to allow users to differentiate / downcast the custom render pass user data they're interested into | Rendering/CustomRenderPass.h |