23 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Sense", NoClear, config)
29 UE_DEPRECATED(5.2, "LoSHearingRange is deprecated. Use HearingRange
instead.")
30 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "
Sense", meta = (UIMin = 0.0, ClampMin = 0.0, Units="
Centimeters", EditCondition = "bUseLoSHearing"))
31 float LoSHearingRange;
33 UE_DEPRECATED(5.2, "bUseLoSHearing is deprecated.")
34 UPROPERTY(EditAnywhere, Category = "
Sense", meta = (InlineEditConditionToggle))
37 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "
Sense", config)
42#if WITH_GAMEPLAY_DEBUGGER_MENU
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127