FOvrRequestLatentAction
(
LatentInfo
, OutExecs
, ErrorMsg
, RG
, RP
)
|
Signature
FOvrRequestLatentAction::FOvrRequestLatentAction(const FLatentActionInfo &LatentInfo, EOvrRequestOutputPins &OutExecs, FString &ErrorMsg, OvrPlatformRequestGenerator &&RG, OvrPlatformResponseProcessor &&RP) Parameters LatentInfo: const FLatentActionInfo &OutExecs: EOvrRequestOutputPins &ErrorMsg: FString &RG: OvrPlatformRequestGenerator &&RP: OvrPlatformResponseProcessor && |
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 |
UpdateOperation
(
Response
)
|
Signature
virtual void FOvrRequestLatentAction::UpdateOperation(FLatentResponse &Response) override Parameters Response: FLatentResponse &Returns void |