FOvrCowatchingState
()
|
This is the default constructor for the struct, which initializes the ::ovrCowatchingStateHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrCowatchingState::FOvrCowatchingState() |
FOvrCowatchingState
(
OvrHandle
, MessageHandlePtr
)
|
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrCowatchingState::FOvrCowatchingState(ovrCowatchingStateHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrCowatchingStateHandleMessageHandlePtr: TOvrMessageHandlePtr |
InSession
: bool |
A boolean indicates if the current user is in a cowatching session. It can be retrieved using UOvrRequestsBlueprintLibrary::Cowatching_IsInSession().
Signature
bool FOvrCowatchingState::InSession |
Clear
()
|
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrCowatchingState::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 FOvrCowatchingState::Update(ovrCowatchingStateHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrCowatchingStateHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |