Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRDGBuilder
Description
Allocates a C++ object using an allocator tied to the lifetime of the graph. Will destruct the object.
| Name | AllocObject |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphBuilder.h |
| Include Path | #include "RenderGraphBuilder.h" |
| Source | /Engine/Source/Runtime/RenderCore/Public/RenderGraphBuilder.inl |
template<typename ObjectType, typename... TArgs>
ObjectType * AllocObject
(
TArgs &&... Args
)