Actor-IsOverlappingActor(Actor).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.Actor

Actor.IsOverlappingActor(UnrealEngine.Framework.Actor) Method

Returns true if any component of the actor is overlapping any component of another one

public bool IsOverlappingActor(UnrealEngine.Framework.Actor other);

Parameters

other Actor

Returns

System.Boolean

Contents

  1. 0.1UnrealEngine.Framework.Actor
  2. 1Actor.IsOverlappingActor(UnrealEngine.Framework.Actor) Method