Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FSharedPoolPolicyData
- FBoneBufferPoolPolicy
- FClothBufferPoolPolicy
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/GPUSkinVertexFactory.h |
Include | #include "GPUSkinVertexFactory.h" |
Syntax
class FBoneBufferPoolPolicy : public FSharedPoolPolicyData
Remarks
The policy for pooling bone vertex buffers
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
FVertexBufferAndSRV | CreateResource
(
FRHICommandListBase& RHICmdList, |
Creates the resource |
![]() |
void | FreeResource
(
FVertexBufferAndSRV Resource |
Frees the resource |
![]() |
FSharedPoolPolicyData::CreationArguments | GetCreationArguments
(
const FVertexBufferAndSRV& Resource |
Gets the arguments used to create resource |
Enums
Type | Name | Description | |
---|---|---|---|
![]() |
API/Runtime/Engine/FBoneBufferPoolPolicy_1 |