RealDocs

20 results for "context" in function

function
UEnhancedInputLocalPlayerSubsystem::AddMappingContext EnhancedInput

Adds a UInputMappingContext to the active set for this player.

function
UEnhancedInputLocalPlayerSubsystem::RemoveMappingContext EnhancedInput

Removes a UInputMappingContext from the active set.

function
UAnimInstance::SwapCurveWithEvaluationContext Engine

Swaps the instance's internal curve buffer with the one held by the given evaluation context, avoiding a copy when handing curve ownership between the two.

function
UAnimInstance::UpdateCurvesToEvaluationContext Engine

Pushes the instance's blended curve values into the given animation evaluation context, using the cached required-bones data.

function
UEnhancedInputLocalPlayerSubsystem::ClearAllMappings EnhancedInput

Removes all active UInputMappingContexts from this player's subsystem at once.

function
UKismetSystemLibrary::Conv_ComponentReferenceToSoftComponentReference Engine

Converts a hard FComponentReference into an FSoftComponentReference, for storage or serialization contexts that prefer a soft reference to the owning actor.

function
UAttributeSet::GetActorInfo GameplayAbilities

Returns the FGameplayAbilityActorInfo cached on the owning AbilitySystemComponent, giving access to the avatar actor, movement component, and other ability-system actor context.

function
APawn::GetNetOwningPlayerAnyRole Engine

Variant of GetNetOwningPlayer() that returns the owning UPlayer regardless of the actor's net role.

function
FName::GetPlainANSIString Core

Copies the name string without its numeric suffix into a fixed-size ANSI character buffer.

function
UGameplayStatics::GetRealTimeSeconds Engine

Returns elapsed time in seconds since the world started, unaffected by time dilation and not stopped when the game is paused.

function
UAssetManager::GetTimerManager Engine

Returns a timer manager safe to use for asset-loading-related actions, backed by the editor or game instance timer manager depending on context.

function
UKismetMathLibrary::MakePlaneFromPointAndNormal Engine

Constructs an FPlane (Ax + By + Cz = D form) from a world-space point and a surface normal.

function
UKismetMathLibrary::MakeQualifiedFrameTime Engine

Assembles an FQualifiedFrameTime from a frame number, frame rate, and optional sub-frame offset.

function
UAnimInstance::NativeThreadSafeUpdateAnimation Engine

Called each frame on the worker thread to update animation state in a thread-safe context.

function
UActorComponent::NeedsLoadForServer Engine

Returns whether this component needs to be loaded on dedicated servers.

function
AActor::OwnsComponent Engine

Returns true if the component is present in this actor's OwnedComponents set.

function
AActor::PostMigrate Engine

Called after this actor has been migrated between server instances or processes via the UE Remote Object Handle system.

function
UActorComponent::PostMigrate Engine

Called after this component has been migrated to a new outer or context via the remote object handle system.

function
AActor::PreRegisterAllComponents Engine

Called before any component in the actor is registered with the world.

function
UKismetMathLibrary::Vector_Zero Engine

Returns the 3D zero vector constant (0, 0, 0).