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

FOvrPageRequestLatentAction Class

Constructors

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

Fields

bRequestSuccessful : bool
Signature
bool FOvrPageRequestLatentAction::bRequestSuccessful
bResponseProcessed : bool
Signature
bool FOvrPageRequestLatentAction::bResponseProcessed
bThenPinExecuted : bool
Signature
bool FOvrPageRequestLatentAction::bThenPinExecuted
ErrorMsg : FString &
Signature
FString& FOvrPageRequestLatentAction::ErrorMsg
Signature
EOvrPageRequestOutputPins& FOvrPageRequestLatentAction::OutExecs

Member Functions

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