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

FOvrLivestreamingVideoStats Struct

The livestreaming video statistics represents the statistics info about a livestreaming video in your app. The statistics include the total number of views, the number of reactions and the number of comments. You can retrieve the information about whether your comments are visible from field FOvrLivestreamingStatus::CommentsVisible.

Constructors

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

Fields

CommentCount : int32
An 'integer' represents the information about the total number of comments left for your livestream video.
Signature
int32 FOvrLivestreamingVideoStats::CommentCount
ReactionCount : int32
An 'integer' represents the information about the total number of reactions your livestream video received.
Signature
int32 FOvrLivestreamingVideoStats::ReactionCount
TotalViews : FString
This field gives the information about the total number of views of your livestream video.
Signature
FString FOvrLivestreamingVideoStats::TotalViews

Member Functions

Clear ()
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrLivestreamingVideoStats::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 FOvrLivestreamingVideoStats::Update(ovrLivestreamingVideoStatsHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
OvrHandle: ovrLivestreamingVideoStatsHandle
MessageHandlePtr: TOvrMessageHandlePtr
Returns
void