Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/TRDGEventScopeGuard
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRDGEventScopeGuard
(
TRDGEventScopeGuard const& |
RenderGraphEvent.h | ||
| RenderGraphEvent.h | |||
TRDGEventScopeGuard
(
FRDGScopeState& State, |
RenderGraphEvent.h |
TRDGEventScopeGuard(TRDGEventScopeGuard const &)
| Name | TRDGEventScopeGuard |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphEvent.h |
| Include Path | #include "RenderGraphEvent.h" |
TRDGEventScopeGuard
(
TRDGEventScopeGuard const &
)
TRDGEventScopeGuard(TRDGEventScopeGuard &&)
| Name | TRDGEventScopeGuard |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphEvent.h |
| Include Path | #include "RenderGraphEvent.h" |
TRDGEventScopeGuard
(
TRDGEventScopeGuard &&
)
TRDGEventScopeGuard(FRDGScopeState &, ERDGScopeFlags, TArgs &&...)
| Name | TRDGEventScopeGuard |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphEvent.h |
| Include Path | #include "RenderGraphEvent.h" |
| Source | /Engine/Source/Runtime/RenderCore/Public/RenderGraphEvent.inl |
template<typename... TArgs>
TRDGEventScopeGuard
(
FRDGScopeState & State,
ERDGScopeFlags Flags,
TArgs &&... Args
)