#pragma once #include "CoreMinimal.h" #include "RandIntervalItem.h" #include "RandInterval.generated.h" USTRUCT(BlueprintType) struct FRandInterval { GENERATED_BODY() public: UPROPERTY(BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true)) TArray Intervals; FSD_API FRandInterval(); };