Tala Esenlikler
World Subsystem

UnregisterTarget

Removes the target from the spatial grid and all cell entries.

Interaction Framework 1.0.0 UE5.8 Function UInteractionRuntimeWorldSubsystem

Removes the target from the spatial grid and all cell entries.

The runtime target component calls this during teardown or unregister flow so stale target ids are no longer returned by spatial lookup.

Owner UInteractionRuntimeWorldSubsystem
Module InteractionFrameworkRuntime
Category InteractionRuntime|World
UFUNCTION(BlueprintCallable, Category = "InteractionRuntime|World")
void UnregisterTarget(FInteractionRuntimeTargetId TargetId);

Parameters

Inputs

Use Cases

  • Use during world registration and lookup workflows when removes the target from the spatial grid and all cell entries..

Related Docs