FOvrLivestreamingApplicationStatus
()
|
This is the default constructor for the struct, which initializes the ::ovrLivestreamingApplicationStatusHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrLivestreamingApplicationStatus::FOvrLivestreamingApplicationStatus() |
FOvrLivestreamingApplicationStatus
(
OvrHandle
, MessageHandlePtr
)
|
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrLivestreamingApplicationStatus::FOvrLivestreamingApplicationStatus(ovrLivestreamingApplicationStatusHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrLivestreamingApplicationStatusHandleMessageHandlePtr: TOvrMessageHandlePtr |
StreamingEnabled
: bool |
This is a boolean field and represents whether the app is allowed to do the livestreaming or not.
Signature
bool FOvrLivestreamingApplicationStatus::StreamingEnabled |
Clear
()
|
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrLivestreamingApplicationStatus::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 FOvrLivestreamingApplicationStatus::Update(ovrLivestreamingApplicationStatusHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrLivestreamingApplicationStatusHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |