API reference
API reference
Select your platform
No SDKs available
No versions available

FOvrPlatformInitialize Struct

A PlatformInitialize object defines an attempt at initializating the Oculus Platform SDK. It contains the result of attempting to initialize the platform.

Constructors

FOvrPlatformInitialize ()
Signature
FOvrPlatformInitialize::FOvrPlatformInitialize()
FOvrPlatformInitialize ( OvrHandle , MessageHandlePtr )
Signature
FOvrPlatformInitialize::FOvrPlatformInitialize(ovrPlatformInitializeHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters

Fields

The result of attempting to initialize the platform.
Signature
EOvrPlatformInitializeResult FOvrPlatformInitialize::Result

Member Functions

Clear ()
Signature
void FOvrPlatformInitialize::Clear()
Returns
void
Update ( OvrHandle , MessageHandlePtr )
Signature
void FOvrPlatformInitialize::Update(ovrPlatformInitializeHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
Returns
void