FRDGBuilder::AllocPOD

Allocates POD memory using an allocator tied to the lifetime of the graph.

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/RenderGraphBuilder.h

Include

#include "RenderGraphBuilder.h"

Source

/Engine/Source/Runtime/RenderCore/Public/RenderGraphBuilder.inl

Syntax

template<typename PODType>
PODType * AllocPOD()

Remarks

Allocates POD memory using an allocator tied to the lifetime of the graph. Does not construct / destruct.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss