Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
| Name | FHairStrandsCullingResource |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomResources.h |
| Include Path | #include "GroomResources.h" |
Syntax
struct FHairStrandsCullingResource : public FHairCommonResource
Inheritance Hierarchy
- FRenderResource → FHairCommonResource → FHairStrandsCullingResource
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FHairStrandsCullingResource
(
uint32 InPointCount, |
GroomResources.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClusterCount | uint32 | GroomResources.h | ||
| MaxCurveCount | uint32 | GroomResources.h | ||
| MaxPointCount | uint32 | GroomResources.h | ||
| Resources | FHairGroupPublicData::FCulling | GroomResources.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 GetResourcesSize() |
Return the memory size for GPU resources | GroomResources.h |
Overridden from FHairCommonResource
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void InternalAllocate
(
FRDGBuilder& GraphBuilder, |
Init/Release buffers | GroomResources.h | |
virtual void InternalRelease() |
GroomResources.h |
Overridden from FRenderResource
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetFriendlyName() |
Get the resource name | GroomResources.h |