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: ovrLivestreamingVideoStatsHandleMessageHandlePtr: TOvrMessageHandlePtr |
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 |
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: ovrLivestreamingVideoStatsHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |