Skip to main content

IsActorWithinBoxBounds

Checks if an actor is within the bounds of a box.
Inputs
Actor
AActor*
required
The actor to check.
BoxComponent
UBoxComponent*
required
The box component to check.
Outputs
ReturnValue
bool
True if the actor is within the bounds of the box.

IsActorWithinSphereBounds

Checks if an actor is within the bounds of a sphere.
Inputs
Actor
AActor*
required
The actor to check.
SphereComponent
USphereComponent*
required
The sphere component to check.
Outputs
ReturnValue
bool
True if the actor is within the bounds of the sphere.

IsActorWithinCapsuleBounds

Checks if an actor is within the bounds of a capsule.
Inputs
Actor
AActor*
required
The actor to check.
CapsuleComponent
UCapsuleComponent*
required
The capsule component to check.
Outputs
ReturnValue
bool
True if the actor is within the bounds of the capsule.