UGooglePADFunctionLibrary::GetTotalBytesToDownload

Get the total number of bytes to download from a download state

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 Total Bytes To Download"),
          Category="GooglePAD")
static int32 GetTotalBytesToDownload
(
    const int32 State
)

Remarks

Get the total number of bytes to download from a download state

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