API/Autodoc/Classes/UStartUpdateFlowNode.md


UStartUpdateFlowNode

#include <UStartUpdateFlowNode.h>

Inherits from UBlueprintAsyncActionBase

Public Functions

Name
UStartUpdateFlowNode * StartUpdateFlowAsync(URuStoreAppUpdateManager * target, EURuStoreAppUpdateOptions appUpdateOptions)

Public Attributes

Name
FStartUpdateFlowPin Success
FStartUpdateFlowPin Failure

function StartUpdateFlowAsync

static UStartUpdateFlowNode * StartUpdateFlowAsync(
    URuStoreAppUpdateManager * target,
    EURuStoreAppUpdateOptions appUpdateOptions
)

variable Success

FStartUpdateFlowPin Success;

variable Failure

FStartUpdateFlowPin Failure;

Назад