Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Kismet > UGameplayStatics
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Kismet/GameplayStatics.h |
Include | #include "Kismet/GameplayStatics.h" |
Source | /Engine/Source/Runtime/Engine/Private/GameplayStatics.cpp |
static int32 GrassOverlappingSphereCount
&40;
const UObject &42; WorldContextObject,
const UStaticMesh &42; StaticMesh,
FVector CenterPosition,
float Radius
&41;
Remarks
Counts how many grass foliage instances overlap a given sphere. Number of foliage instances with their mesh set to Mesh that overlap the sphere.
Parameters
Name | Description |
---|---|
Mesh | The static mesh we are interested in counting. |
CenterPosition | The center position of the sphere. |
Radius | The radius of the sphere. |