50 results for "location"
Returns the arithmetic mean (centroid) of the world locations of all actors in the array.
Returns the current world-space location of the actor's root component.
Finds the closest audio listener within MaximumRange of Location and writes its position to ListenerPosition.
Returns the component's world-space location.
Returns the world or local position at a given arc-length distance along the spline, interpolated smoothly between control points.
Returns the world-space location used by the navigation system to represent this character's position.
Returns the pawn's location as seen by the navigation system — the actor location offset downward by BaseEyeHeight.
Returns the world-space location of the pawn's eyes, offset upward from the collision center by BaseEyeHeight.
Returns the optimal location to fire weapons at or aim towards this actor.
Returns the current world origin location as an integer vector in world space.
Returns true if the given absolute coordinate falls within the bounds of this geometry, correctly accounting for render transforms including rotation and skew.
Returns the world-space location of the actor's RootComponent.
Moves the actor to the specified world-space location.
Moves and rotates the actor to the specified world-space location and rotation in a single call.
Sets the actor's RootComponent to the given location relative to its parent actor.
Creates a deterministic FRandomStream whose seed is derived from a world-space location, optionally quantized to a grid.
Commands the AI to navigate to a fixed world-space location.
Plays a UDialogueWave at a fixed world location with spatialization and attenuation.
Plays a one-shot sound at a world position with 3D attenuation.
Called after the actor receives replicated location and rotation from the network via ReplicatedMovement.
Called on simulated proxies after a replicated location and rotation update is received from the server.
Called on clients after the replicated location and rotation are applied to the actor.
Projects a world-space 3D location into 2D widget screen space for a specific player, accounting for DPI scaling and optional quality scaling.
Sets the world-space location of the actor.
Sets the actor's world location and rotation in a single call, which is more efficient than calling SetActorLocation and SetActorRotation separately because it only triggers one transform update.
Sets the location of this actor's root component relative to its parent component in the attachment hierarchy.
Requests a shift of the world origin to the given integer location.
Instructs a controller's pawn to move to a world location using the navigation system, with no callback or complex setup.
Spawns a decal projector at a fixed world position.
Spawns a spatialized UAudioComponent for a UDialogueWave at a fixed world position, begins playback, and returns the component for runtime control.
Spawns a Cascade (Legacy) particle system at a world location as a fire-and-forget effect.
Spawns a UForceFeedbackComponent at a world location and begins playback, routing vibration to controllers whose players are within the attenuation range.
Spawns a spatialized audio component at a fixed world location and begins playback immediately.
Applies a delta transform to this actor in world space, combining the delta rotation and location with the current transform.
Appends all elements from Source to the end of this array in a single allocation.
Appends the full name string (including numeric suffix) to an existing FString or string builder without creating an intermediate FString allocation.
Deals point damage to a specific actor, including directional hit information.
Shifts the actor's location and all relevant internal data structures by the given offset vector.
Returns true if at least one audio listener (typically the player camera) is within MaximumRange of Location.
Stores the number of elements the array can hold before a reallocation is needed.
The height of the pawn's eye position above the collision center, in unreal units.
Calculates a launch velocity for a projectile to travel from StartLocation to EndLocation at the given launch speed under gravity.
Creates an FTransform with the given location, identity rotation, and uniform scale of 1.
Dumps name-table hash bucket statistics to an output device.
Returns the actor from ActorsToCheck whose GetActorLocation() is closest to Origin, and outputs the distance to it.
Returns the local-space rotator (clamped to [-180, 180] per axis) that an object with StartTransform needs to face TargetLocation.
Iterates every owned component of the given type (or all UActorComponent instances when no type parameter is specified) and invokes the provided callable on each.
Fills the `ReplicatedMovement` struct with the actor's current location, rotation, velocity, and angular velocity so that data can be sent to clients.
Fills the replicated movement struct (`ReplicatedMovement`) with the Character's current location, rotation, velocity, and base information before it is sent to clients.
Returns the world-space location and rotation representing this actor's eye position and view direction.