Tala Esenlikler
Requirement Entry

Requirement

Instanced requirement object evaluated for this entry.

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

Instanced requirement object evaluated for this entry.

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

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

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 FInteractionRuntimeRequirementEntry
Module InteractionFrameworkRuntime
Category InteractionRuntime|Requirements
UPROPERTY(EditAnywhere, Instanced, BlueprintReadWrite, Category = "InteractionRuntime|Requirements")
TObjectPtr<UInteractionRuntimeRequirement> Requirement = nullptr;

Related Docs