mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
Update AthenaGliderItemDefinition.h
This commit is contained in:
@@ -22,6 +22,10 @@ UCLASS(Blueprintable, MinimalAPI)
|
||||
class UAthenaGliderItemDefinition : public UAthenaCosmeticItemDefinition {
|
||||
GENERATED_BODY()
|
||||
public:
|
||||
virtual FPrimaryAssetId GetPrimaryAssetId() const override
|
||||
{
|
||||
return FPrimaryAssetId("AthenaGlider", GetFName());
|
||||
}
|
||||
UPROPERTY(BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true))
|
||||
EFortGliderType GliderType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user