Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRDGScope_1
| Name | TStorage |
| Type | class |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphEvent.h |
| Include Path | #include "RenderGraphEvent.h" |
Syntax
template<typename... TTypes>
class TStorage
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TImpl | TVariant< FEmptyVariantState, TTypes... > | RenderGraphEvent.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Impl | TImpl | RenderGraphEvent.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Dispatch
(
TCallback&& Callback |
RenderGraphEvent.h | ||
void Emplace
(
TArgs&&... Args |
RenderGraphEvent.h | ||
TScopeType * Get () |
RenderGraphEvent.h | ||
TScopeType const * Get () |
RenderGraphEvent.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static SIZE_T GetTypeIndex() |
RenderGraphEvent.h |