UMeshProcessingLibrary::FindOverlappingActors

Find the set of all actors that overlap any of the actors in another set.

Windows
MacOS
Linux

References

Module

MeshProcessingLibrary

Header

/Engine/Plugins/Enterprise/StaticMeshEditorExtension/Source/MeshProcessingLibrary/Public/MeshProcessingLibrary.h

Include

#include "MeshProcessingLibrary.h"

Syntax

static void FindOverlappingActors
(
    const TArray< AActor * > & InActorsToTest,
    const TArray< AActor * > & InActorsToTestAgainst,
    const UJacketingOptions * Options,
    TArray< AActor * > & OutOverlappingActors,
    bool bSilent
)

Remarks

Find the set of all actors that overlap any of the actors in another set.

Parameters

Parameter

Description

InActorsToTest

Input actors to test for overlap.

InActorsToTestAgainst

Input actors to test against. Each actor in InActorsToTest will be tested against the volume built from InActorsToTestAgainst.

Options

Parameter values to use for the overlapping.

OutOverlappingActors

The actors that pass the overlap test (a subset from InActorsToTest).

bSilent

Enable/disable progress dialog.

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