mirror of
https://github.com/Ed94/Cog.git
synced 2026-07-26 17:30:11 +00:00
Switch to unreal 5.3 (Fix warning)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user