TResourcePool::PooledSizeForCreationArguments

Gets the size a pooled object will use when constructed from the pool.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ResourcePool.h

Include

#include "ResourcePool.h"

Syntax

uint32 PooledSizeForCreationArguments
(
    ResourceCreationArguments Args
)

Remarks

Gets the size a pooled object will use when constructed from the pool.

Returns

The size for a pooled object created with Args

Parameters

Parameter

Description

Args

the argument object for construction.

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