Tala Esenlikler
Requirement Failure Policy

Blocking Requirement

The exact requirement object that caused this failure, when available.

Interaction Framework 1.0.0 UE5.8 TObjectPtr<UInteractionRuntimeRequirement> FInteractionRuntimeRequirementFailurePolicy InteractionRuntimeRequirementTypes.h

The exact requirement object that caused this failure, when available.

This object/class reference (TObjectPtr<UInteractionRuntimeRequirement>) belongs to FInteractionRuntimeRequirementFailurePolicy under InteractionRuntime|Requirements.

Runtime and UI code should treat this as resolved state from the owning object. Read it to present, branch, or debug behavior without re-authoring the underlying interaction data.

Assign a compatible object or class when you need this owner to delegate part of its behavior or presentation to a reusable asset/class.

Owner FInteractionRuntimeRequirementFailurePolicy
Module InteractionFrameworkRuntime
Category InteractionRuntime|Requirements
UPROPERTY(BlueprintReadOnly, Category = "InteractionRuntime|Requirements")
TObjectPtr<UInteractionRuntimeRequirement> BlockingRequirement = nullptr;

Related Docs