Tala Esenlikler
Participant Snapshot

Local Contribution

Local participant contribution toward the route. Use cases: - Render a personal progress meter beside the group meter. - Compare against route thresholds when using shared contribution rules.

Interaction Framework 1.0.0 UE5.8 float FInteractionRuntimeParticipantSnapshot InteractionRouteTypes.h

Local participant contribution toward the route. Use cases: – Render a personal progress meter beside the group meter. – Compare against route thresholds when using shared contribution rules.

This numeric value (float) belongs to FInteractionRuntimeParticipantSnapshot under InteractionRuntime.

Blueprint or editor workflows can write this value when constructing, overriding, or customizing the owning object.

Owner FInteractionRuntimeParticipantSnapshot
Module InteractionFrameworkAPI
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime")
float LocalContribution = 0.0f;

Related Docs