LEAP Documentation
40220
Documentation for the LEAP project
ChallengeEvent.h
Go to the documentation of this file.
1
// Copyright Blue Isle Studios Inc 2018. All Rights Reserved.
2
3
#pragma once
4
5
#include "CoreMinimal.h"
6
#include "UObject/NoExportTypes.h"
7
#include "ChallengeEvent.generated.h"
8
12
UCLASS()
13
class PROJECTX_API
UChallengeEvent
: public UObject
14
{
15
GENERATED_BODY()
16
public
:
17
FString ChallengeID =
""
;
18
int32 Progress = 0;
19
};
UChallengeEvent
Definition:
ChallengeEvent.h:14
E:
ProjectY
Source
ProjectX
Public
Stats
ChallengeEvent.h
Generated by
1.9.4