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.
UFUNCTION(BlueprintCallable, Category = "InteractionRuntime|World")
void UnregisterTarget(FInteractionRuntimeTargetId TargetId);
Parameters
Inputs
TargetId
Runtime target id to query or modify.
Use Cases
- Use during world registration and lookup workflows when removes the target from the spatial grid and all cell entries..