Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TRenderResourcePool > API/Runtime/Engine/TRenderResourcePool/CreatePooledResource
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ResourcePool.h |
| Include | #include "ResourcePool.h" |
ResourceType CreatePooledResource
(
FRHICommandListBase & RHICmdList,
ResourceCreationArguments Args
)
Remarks
Creates a pooled resource. An initialised resource or the policy's NullResource if not initialised.
Parameters
| Name | Description |
|---|---|
| Args | the argument object for construction. |