UGooglePADFunctionLibrary::GetDownloadState

Get download state handle of an asset pack (release when done)

Windows
MacOS
Linux

References

Module

GooglePAD

Header

/Engine/Plugins/Runtime/GooglePAD/Source/GooglePAD/Classes/GooglePADFunctionLibrary.h

Include

#include "GooglePADFunctionLibrary.h"

Source

/Engine/Plugins/Runtime/GooglePAD/Source/GooglePAD/Private/GooglePADFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Meta=(DisplayName="Get Download State"), Category="GooglePAD")
static EGooglePADErrorCode GetDownloadState
(
    const FString & Name,
    int32 & State
)

Remarks

Get download state handle of an asset pack (release when done)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss