Skip to content
Snippets Groups Projects
Commit 9ef0bc75 authored by Paul Weiser's avatar Paul Weiser
Browse files

added BlueprintCallable flag to Participant ID getter

parent f7b5261b
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,8 @@ public:
const TArray<USFCondition*> GetAllConditions() const;
int GetCurrentConditionNumber() const;
int GetSequenceNumber() const;
UFUNCTION(BlueprintCallable)
FString GetID() const;
static bool WasParticipantIdAlreadyUsed(FString NewParticipantID);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment