Navigation
API > API/Runtime > API/Runtime/RenderCore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UE::RDG::Wait
(
const TaskCollectionType& Tasks |
|||
void UE::RDG::Wait
(
const TaskType& Task |
UE::RDG::Wait(const TaskCollectionType &)
| Name | UE::RDG::Wait |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphBuilder.inl |
| Include Path | #include "RenderGraphBuilder.inl" |
namespace UE
{
namespace RDG
{
template<typename TaskCollectionType, decltype(std::declval< TaskCollectionType >().begin()) *>
void UE::RDG::Wait
(
const TaskCollectionType & Tasks
)
}
}
UE::RDG::Wait(const TaskType &)
| Name | UE::RDG::Wait |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphBuilder.inl |
| Include Path | #include "RenderGraphBuilder.inl" |
namespace UE
{
namespace RDG
{
template<typename TaskType, decltype(std::declval< TaskType >().Wait()) *>
void UE::RDG::Wait
(
const TaskType & Task
)
}
}