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

FOvrUserReportID Struct

DeprecatedDo not add new requests using this. Use launch_report_flow_result instead.

Constructors

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

Fields

DidCancel : bool
Whether the viewer chose to cancel the report flow.
Signature
bool FOvrUserReportID::DidCancel
ID : FOvrId
Signature
FOvrId FOvrUserReportID::ID

Member Functions

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