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