Tala Esenlikler
World Subsystem

RegisterTarget

Registers a target component in the spatial cell grid.

Interaction Framework 1.0.0 UE5.8 Function UInteractionRuntimeWorldSubsystem

Registers a target component in the spatial cell grid.

The runtime target component calls this during registration so interactors can find nearby targets through the world subsystem spatial lookup.

Owner UInteractionRuntimeWorldSubsystem
Module InteractionFrameworkRuntime
Category InteractionRuntime|World
UFUNCTION(BlueprintCallable, Category = "InteractionRuntime|World")
bool RegisterTarget(UInteractionRuntimeTargetComponent* TargetComponent);

Parameters

Inputs

Return Value

bool

True when the target was accepted by the world subsystem registration path.

Use Cases

  • Use during world registration and lookup workflows when registers a target component in the spatial cell grid..

Related Docs