Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
| |
|
| Name |
FGeometryScriptSpatialQueryOptions |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshSpatialFunctions.h |
| Include Path |
#include "GeometryScript/MeshSpatialFunctions.h" |
Syntax
USTRUCT (BlueprintType , Meta=(DisplayName="BVH Query Options"))
struct FGeometryScriptSpatialQueryOptions
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bAllowUnsafeModifiedQueries |
bool |
When true, allows the provided BHV to be used even if the mesh has been updated |
GeometryScript/MeshSpatialFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| MaxDistance |
float |
|
GeometryScript/MeshSpatialFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| WindingIsoThreshold |
float |
|
GeometryScript/MeshSpatialFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|