Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRDGEventName
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RenderGraphEvent.h | |||
FRDGEventName
(
const FRDGEventName& Other |
RenderGraphEvent.h | ||
FRDGEventName
(
const TCHAR* EventFormat, |
Constructors require a string that matches the RDG builder lifetime, as copies are not made in all configurations. | RenderGraphEvent.h | |
FRDGEventName
(
int32 NonVariadic, |
RenderGraphEvent.h |
FRDGEventName()
| Name | FRDGEventName |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphEvent.h |
| Include Path | #include "RenderGraphEvent.h" |
FRDGEventName()
FRDGEventName(const FRDGEventName &)
| Name | FRDGEventName |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphEvent.h |
| Include Path | #include "RenderGraphEvent.h" |
FRDGEventName
(
const FRDGEventName & Other
)
FRDGEventName(const TCHAR *, ...)
Description
Constructors require a string that matches the RDG builder lifetime, as copies are not made in all configurations.
| Name | FRDGEventName |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphEvent.h |
| Include Path | #include "RenderGraphEvent.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/RenderGraphEvent.cpp |
FRDGEventName
(
const TCHAR * EventFormat,
...
)
FRDGEventName(int32, const TCHAR *)
| Name | FRDGEventName |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphEvent.h |
| Include Path | #include "RenderGraphEvent.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/RenderGraphEvent.cpp |
FRDGEventName
(
int32 NonVariadic,
const TCHAR * EventName
)