Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TResourcePool
Describes a Resource in the free pool.
| Name | FPooledResource |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/ResourcePool.h |
| Include Path | #include "ResourcePool.h" |
Syntax
struct FPooledResource
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BucketIndex | uint32 | ResourcePool.h | ||
| CreationArguments | ResourceCreationArguments | The arguments used to create the resource | ResourcePool.h | |
| FrameFreed | uint32 | The frame the resource was freed | ResourcePool.h | |
| Resource | ResourceType | The actual resource | ResourcePool.h |