Files
FNGameProj/Source/FortniteGame/Public/FortAnimInput_CreativeMoveTool.h
2024-01-21 00:41:14 +01:00

15 lines
362 B
C++

#pragma once
#include "CoreMinimal.h"
#include "FortAnimInput_CreativeMoveTool.generated.h"
USTRUCT(BlueprintType)
struct FFortAnimInput_CreativeMoveTool {
GENERATED_BODY()
public:
UPROPERTY(BlueprintReadWrite, EditAnywhere, Transient, meta=(AllowPrivateAccess=true))
bool bIsFlying;
FORTNITEGAME_API FFortAnimInput_CreativeMoveTool();
};