#pragma once #include "CoreMinimal.h" #include "BulletPathSegment.generated.h" USTRUCT(BlueprintType) struct FBulletPathSegment { GENERATED_BODY() public: FSD_API FBulletPathSegment(); };