Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphEvent.h |
| Include | #include "RenderGraphEvent.h" |
Syntax
template<typename ScopeOpType>
class TRDGScopeStack
Remarks
A helper profiler class for tracking and evaluating hierarchical scopes in the context of render graph.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TRDGScopeStack
(
FRDGAllocator& InAllocator |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BeginScope
(
TScopeConstructArgs&&... ScopeConstructArgs |
||
| TRDGScopeOpArray< ScopeOpType > | |||
| TRDGScopeOpArray< ScopeOpType > | CompilePassPrologue
(
const ScopeType* ParentScope, |
||
| TRDGScopeOpArray< ScopeOpType > | EndCompile () |
||
| void | EndScope () |
||
| const ScopeType * | |||
| void | ReserveOps
(
int32 NameCount |
Typedefs
| Name | Description |
|---|---|
| ScopeType |