UGooglePADFunctionLibrary::GetAssetPackLocation

Get location handle of requested 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 AssetPack Location"), Category="GooglePAD")
static EGooglePADErrorCode GetAssetPackLocation
(
    const FString & Name,
    int32 & Location
)

Remarks

Get location handle of requested 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