UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ICustomRenderPass Class Reference

#include <CustomRenderPass.h>

+ Inheritance diagram for ICustomRenderPass:

Public Member Functions

virtual ~ICustomRenderPass ()
 

Public Attributes

virtual const FName &GetTypeName() const PURE_VIRTUAL(ICustomRenderPass return Name
 

Detailed Description

Base interface to implement for FCustomRenderPassBase

Constructor & Destructor Documentation

◆ ~ICustomRenderPass()

virtual ICustomRenderPass::~ICustomRenderPass ( )
inlinevirtual

Member Data Documentation

◆ Name

virtual const FName& GetTypeName () const PURE_VIRTUAL(ICustomRenderPass return ICustomRenderPass::Name

Bare-bones RTTI method to allow users to differentiate / downcast the custom render pass they're interested into


The documentation for this class was generated from the following file: