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: ovrLivestreamingStartResultHandleMessageHandlePtr: TOvrMessageHandlePtr |
StreamingResult
: EOvrLivestreamingStartStatus |
This livestreaming result represents the start status of your livestream. You can refer to EOvrLivestreamingStartStatus for possible status info.
Signature
EOvrLivestreamingStartStatus FOvrLivestreamingStartResult::StreamingResult |
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: ovrLivestreamingStartResultHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |