![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Go to the source code of this file.
Classes | |
| class | ICustomRenderPass |
| class | ICustomRenderPassUserData |
| class | FCustomRenderPassBase |
Macros | |
| #define | IMPLEMENT_CUSTOM_RENDER_PASS(TypeName) |
| #define | IMPLEMENT_CUSTOM_RENDER_PASS_USER_DATA(TypeName) |
| #define IMPLEMENT_CUSTOM_RENDER_PASS | ( | TypeName | ) |
Use this macro to implement the RTTI method for custom render passes. Should only be used on final classes (e.g. if C derives from B which derives from A, we won't be able to query a C* for whether it's a "B", in other words, A and B should be abstract and C, final)
| #define IMPLEMENT_CUSTOM_RENDER_PASS_USER_DATA | ( | TypeName | ) |
Use this macro to implement the RTTI method for custom render pass user data. Should only be used on final classes (e.g. if C derives from B which derives from A, we won't be able to query a C* for whether it's a "B", in other words, A and B should be abstract and C, final)