CreationType[Get] | |
FString | Description[Get] |
FDateTime | EndDate[Get] |
ID[Get] | |
InvitedUsers[Get] | |
Leaderboard[Get] | |
Participants[Get] | |
FDateTime | StartDate[Get] |
FString | Title[Get] |
Visibility[Get] |
FOvrChallenge ( ) | |
void | Clear ( ) |
void |
EOvrChallengeCreationType FOvrChallenge::CreationType |
---|
An enum that specifies if this challenge was created by a user (EOvrChallengeCreationType::UserCreated) or the app developer (EOvrChallengeCreationType::DeveloperCreated). |
FString FOvrChallenge::Description |
---|
A displayable string of the challenge's description. |
FDateTime FOvrChallenge::EndDate |
---|
The timestamp when this challenge ends. |
FOvrId FOvrChallenge::ID |
---|
No description available.
|
FOvrUserPages FOvrChallenge::InvitedUsers |
---|
Users that are invited to this challenge. |
FOvrLeaderboard FOvrChallenge::Leaderboard |
---|
The FOvrLeaderboard associated with this challenge. |
FOvrUserPages FOvrChallenge::Participants |
---|
Users that have participated in this challenge. |
FDateTime FOvrChallenge::StartDate |
---|
The timestamp when this challenge begins. |
FString FOvrChallenge::Title |
---|
A displayable string of the challenge's title. |
EOvrChallengeVisibility FOvrChallenge::Visibility |
---|
An enum that specifies who can see and participate in this challenge. EOvrChallengeVisibility::InviteOnly - Only those invited can participate in it. Everyone can see it. EOvrChallengeVisibility::Public - Everyone can participate and see this challenge. EOvrChallengeVisibility::Private - Only those invited can participate and see this challenge. |
FOvrChallenge::FOvrChallenge ( ) |
---|
No description available.
|
FOvrChallenge::FOvrChallenge ( ovrChallengeHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr ) |
---|
No description available.
|
void FOvrChallenge::Clear ( ) |
---|
No description available.
|
void FOvrChallenge::Update ( ovrChallengeHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr ) |
---|
No description available.
|