Platform-unreal-5 v63 Reference Guide
Platform-unreal-5 v63 Reference Guide
Select your platform
No SDKs available
No versions available

OVR_ChallengeVisibility.h File

Overview

Details

Enumeration Types

enum OVR_ChallengeVisibility.h.ovrChallengeVisibility_
Enumerator
ovrChallengeVisibility_Unknown
ovrChallengeVisibility_InviteOnly
Only those invited can participate in it. Everyone can see it.
ovrChallengeVisibility_Public
Everyone can participate and see this challenge.
ovrChallengeVisibility_Private
Only those invited can participate and see this challenge.

Typedefs

typedef enum ovrChallengeVisibility_ ovrChallengeVisibility ( )
No description available.

Functions

const char* ovrChallengeVisibility_ToString
Converts an ovrChallengeVisibility enum value to a string The returned string does not need to be freed
ovrChallengeVisibility ovrChallengeVisibility_FromString
( const char * str )
Converts a string representing an ovrChallengeVisibility enum value to an enum value
Did you find this page helpful?
Thumbs up icon
Thumbs down icon