Tala Esenlikler

UInteractionRuntimeWorldSubsystem

World subsystem that stores registered interaction targets and provides runtime lookup plus interaction save import/export support.

Interaction Framework 1.0.0 UE5.8 Class

World subsystem that stores registered interaction targets and provides runtime lookup plus interaction save import/export support.

Module InteractionFrameworkRuntime
Category runtime
UCLASS()
class INTERACTIONFRAMEWORKRUNTIME_API UInteractionRuntimeWorldSubsystem : public UTickableWorldSubsystem

Members

World Subsystem

MarkTargetDirty

Marks a target's point cache as stale.

Function
World Subsystem

RegisterTarget

Registers a target component in the spatial cell grid.

bool
World Subsystem

UnregisterTarget

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

Function

Use Cases

  • Look up registered targets and import or export world interaction save snapshots.
  • Support interactor candidate queries through the runtime world registry.

Notes

  • Target components register with this subsystem; gameplay code normally works through target and interactor components.

Related Docs