The class of the requirement that caused this failure. Null if no specific requirement was responsible.
This object/class reference (TObjectPtr<UClass>) 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.
UPROPERTY(BlueprintReadOnly, Category = "InteractionRuntime|Requirements")
TObjectPtr<UClass> BlockingRequirementClass = nullptr;