@ -526,16 +526,6 @@ struct DTFLUXAPI_API FDTFluxFinisher
|
||||
FDTFluxStageRanking CurrentRanking;
|
||||
};
|
||||
|
||||
USTRUCT(BlueprintType, Category="DTFlux|Subsystem|Events")
|
||||
struct DTFLUXAPI_API FDTFluxWsResponseEvent
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
UPROPERTY(BlueprintReadOnly, Category="DTFlux|Subsystem|Events")
|
||||
TEnumAsByte<EDTFluxResponseType> WsResponseType;
|
||||
UPROPERTY(BlueprintReadOnly, Category="DTFlux|Subsystem|Events")
|
||||
FString RawData;
|
||||
};
|
||||
|
||||
USTRUCT(BlueprintType, Category="DTFlux|Subsystem|Events")
|
||||
struct DTFLUXAPI_API FDTFluxStageFinished
|
||||
|
||||
@ -312,3 +312,15 @@ struct DTFLUXAPI_API FDTFluxArchSelectResponse
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
USTRUCT(BlueprintType, Category="DTFlux|Subsystem|Events")
|
||||
struct DTFLUXAPI_API FDTFluxWsResponseEvent
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
UPROPERTY(BlueprintReadOnly, Category="DTFlux|Subsystem|Events")
|
||||
TEnumAsByte<EDTFluxResponseType> WsResponseType;
|
||||
UPROPERTY(BlueprintReadOnly, Category="DTFlux|Subsystem|Events")
|
||||
FString RawData;
|
||||
};
|
||||
Reference in New Issue
Block a user