Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRDGBuilder
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphBuilder.h |
| Include | #include "RenderGraphBuilder.h" |
| Source | /Engine/Source/Runtime/RenderCore/Public/RenderGraphBuilder.inl |
template<typename PODType>
TArrayView < PODType > AllocPODArrayView
(
uint32 Count
)
Remarks
Allocates POD memory using an allocator tied to the lifetime of the graph. Does not construct / destruct.