![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RenderGraphDefinitions.h>
Public Member Functions | |
| TRDGHandleUniqueFilter ()=default | |
| TRDGHandleUniqueFilter (HandleType InHandle) | |
| void | Reset () |
| void | AddHandle (HandleType InHandle) |
| HandleType | GetUniqueHandle () const |
Esoteric helper class which accumulates handles and will return a valid handle only if a single unique handle was added. Otherwise, it returns null until reset. This helper is chiefly used to track UAVs tagged as 'no UAV barrier'; such that a UAV barrier is issued only if a unique no-barrier UAV is used on a pass. Intended for internal use only.
|
default |
|
inline |
|
inline |
|
inline |
|
inline |