IsActorWithinBoxBounds
Checks if an actor is within the bounds of a box.
The actor to check.
The box component to check.
True if the actor is within the bounds of the box.
IsActorWithinSphereBounds
Checks if an actor is within the bounds of a sphere.
The actor to check.
The sphere component to check.
True if the actor is within the bounds of the sphere.
IsActorWithinCapsuleBounds
Checks if an actor is within the bounds of a capsule.
The actor to check.
The capsule component to check.
True if the actor is within the bounds of the capsule.

