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

FOvrRequestLatentAction Class

Constructors

FOvrRequestLatentAction ( LatentInfo , OutExecs , ErrorMsg , RG , RP )
Signature
FOvrRequestLatentAction::FOvrRequestLatentAction(const FLatentActionInfo &LatentInfo, EOvrRequestOutputPins &OutExecs, FString &ErrorMsg, OvrPlatformRequestGenerator &&RG, OvrPlatformResponseProcessor &&RP)
Parameters
LatentInfo: const FLatentActionInfo &
ErrorMsg: FString &

Fields

bRequestSuccessful : bool
Signature
bool FOvrRequestLatentAction::bRequestSuccessful
bResponseProcessed : bool
Signature
bool FOvrRequestLatentAction::bResponseProcessed
bThenPinExecuted : bool
Signature
bool FOvrRequestLatentAction::bThenPinExecuted
ErrorMsg : FString &
Signature
FString& FOvrRequestLatentAction::ErrorMsg
OutExecs : EOvrRequestOutputPins &
Signature
EOvrRequestOutputPins& FOvrRequestLatentAction::OutExecs

Member Functions

UpdateOperation ( Response )
Signature
virtual void FOvrRequestLatentAction::UpdateOperation(FLatentResponse &Response) override
Parameters
Response: FLatentResponse &
Returns
void