FGeometryTests::QueryElement

Geometry tests

Windows
MacOS
Linux

References

Module

EditableMesh

Header

/Engine/Plugins/Runtime/EditableMesh/Source/EditableMesh/Public/GeometryHitTest.h

Include

#include "GeometryHitTest.h"

Syntax

static FEditableMeshElementAddress QueryElement
(
    const UEditableMesh & EditableMesh,
    const EInteractorShape InteractorShape,
    const FSphere & Sphere,
    const float SphereFuzzyDistance,
    const FVector & RayStart,
    const FVector & RayEnd,
    const float RayFuzzyDistance,
    const EEditableMeshElementType OnlyElementType,
    const FVector & CameraLocation,
    const bool bIsPerspectiveView,
    const float FuzzyDistanceScaleFactor,
    EInteractorShape & OutInteractorShape,
    FVector & OutHitLocation,
    int32 DesiredPolygonGroup
)

Remarks

Geometry tests

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss