Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 672 Bytes

Actor-IsOverlappingActor(Actor).md

File metadata and controls

12 lines (11 loc) · 672 Bytes

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