Switch to unreal 5.3 (Fix warning)

This commit is contained in:
Arnaud Jamin
2024-02-27 23:07:09 -05:00
parent 7543b49ef7
commit 14ca7e035e
15 changed files with 32 additions and 18 deletions
@@ -100,6 +100,15 @@ public:
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Area")
bool OnlyDetectOnAuthority = true;
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Area")
FName HalfExtentName = "HalfExtent";
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Area")
FName TickRateName = "TickRate";
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Area")
FName DurationName = "Duration";
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Area")
TArray<FCogSampleAreaEffectConfig> Effects;