![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CustomRenderPass.h>
Inheritance diagram for ICustomRenderPassUserData:Public Member Functions | |
| virtual | ~ICustomRenderPassUserData () |
Public Attributes | |
| virtual const FName &GetTypeName() const PURE_VIRTUAL(ICustomRenderPassUserData return | Name |
Base interface to implement for attaching user data to a FCustomRenderPassBase
|
inlinevirtual |
| virtual const FName& GetTypeName () const PURE_VIRTUAL(ICustomRenderPassUserData return ICustomRenderPassUserData::Name |
Bare-bones RTTI method to allow users to differentiate / downcast the custom render pass user data they're interested into