ModelAsset Fixed And Server Response Implementation + Notes.md for sharing problematics
This commit is contained in:
@ -75,4 +75,10 @@ public:
|
||||
|
||||
UFUNCTION()
|
||||
void AddContestRanking(const FDTFluxContestRankings& NewContestRankings);
|
||||
|
||||
UFUNCTION(BlueprintCallable, CallInEditor, Category="DTFlux|Participant")
|
||||
void UpdateParticipant(const FDTFluxParticipant& Participant);
|
||||
|
||||
UFUNCTION(BlueprintCallable, CallInEditor, Category="DTFlux|Participant")
|
||||
void UpdateParticipantStatus(const FDTFluxTeamStatusUpdate& NewParticipantStatus);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user