Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRDGScope_RHI
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRDGScope_RHI
(
FRDGScopeState& State, |
RenderGraphEvent.h | ||
FRDGScope_RHI
(
FRDGScopeState& State, |
RenderGraphEvent.h |
FRDGScope_RHI(FRDGScopeState &, FRHIBreadcrumbNode *)
| Name | FRDGScope_RHI |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphEvent.h |
| Include Path | #include "RenderGraphEvent.h" |
FRDGScope_RHI
(
FRDGScopeState & State,
FRHIBreadcrumbNode * Node
)
FRDGScope_RHI(FRDGScopeState &, TRHIBreadcrumbInitializer< TDesc, TValues... > &&)
| Name | FRDGScope_RHI |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphEvent.h |
| Include Path | #include "RenderGraphEvent.h" |
template<typename TDesc, typename... TValues>
FRDGScope_RHI
(
FRDGScopeState & State,
TRHIBreadcrumbInitializer< TDesc, TValues... > && Args
)