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

OVRPlatformRequestsSupport.h File

Macros

#define OVR_REQUEST_IMMEDIATE
#define OVR_REQUEST_NO_MORE_PAGES

Enumeration Types

Enumeration EOvrRequestOutputPins

Requests output pins.
Then
Always executes immediately, before the request is sent.
Success
Successful request.
Failure
Failed request. Check ErrorMsg.

Enumeration EOvrPageRequestOutputPins

Paged array requests output pins.
Then
Always executes immediately when the node is entered, before any page request is sent.
PageReady
The page content is available in the output array.
NoMorePages
We attempted to fetch beyond the first or last pages.
Failure
Failed request. Check ErrorMsg.

Typedefs

std::function< ovrRequest()> OvrPlatformRequestGenerator
std::function< void(TOvrMessageHandlePtr Message, bool bIsError)> OvrPlatformResponseProcessor

Functions

void OvrPlatformAddNewActionWithPreemption
( UWorld * World,
UObject * InActionObject,
int32 UUID,
LatentActionType * NewAction )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon