Navigation
API > API/Plugins > API/Plugins/HairStrandsCore > API/Plugins/HairStrandsCore/UGroomBlueprintLibrary
References
| Module | HairStrandsCore |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomBlueprintLibrary.h |
| Include | #include "GroomBlueprintLibrary.h" |
| Source | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Private/GroomBlueprintLibrary.cpp |
static bool IsHairStrandsSupportedInWorld
(
const UObject * WorldContextObject
)
Remarks
Check for strands support in the world of a given Actor Component true if strands are going to be rendered for the world's scene and false otherwise
Parameters
| Name | Description |
|---|---|
| InWorld | The world to check |