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

FOvrLivestreamingStartResult Struct

You will receive this livestreaming start result once you start a livestream to Facebook or to a party in your app. This result will show if the start status is a success or unknown or a failure because of various reasons including no Facebook connection or missing parameters.

Constructors

FOvrLivestreamingStartResult ()
This is the default constructor for the struct, which initializes the ::ovrLivestreamingStartResultHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrLivestreamingStartResult::FOvrLivestreamingStartResult()
FOvrLivestreamingStartResult ( OvrHandle , MessageHandlePtr )
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrLivestreamingStartResult::FOvrLivestreamingStartResult(ovrLivestreamingStartResultHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
OvrHandle: ovrLivestreamingStartResultHandle
MessageHandlePtr: TOvrMessageHandlePtr

Fields

This livestreaming result represents the start status of your livestream. You can refer to EOvrLivestreamingStartStatus for possible status info.
Signature
EOvrLivestreamingStartStatus FOvrLivestreamingStartResult::StreamingResult

Member Functions

Clear ()
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrLivestreamingStartResult::Clear()
Returns
void
Update ( OvrHandle , MessageHandlePtr )
Updating values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
void FOvrLivestreamingStartResult::Update(ovrLivestreamingStartResultHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
OvrHandle: ovrLivestreamingStartResultHandle
MessageHandlePtr: TOvrMessageHandlePtr
Returns
void