增加进度条
This commit is contained in:
parent
761954e49d
commit
367c6a0bab
FlightSimulation
Binaries/Win64
Content
BluePrints
BP_CombatGameMode.uassetBP_FighterDisplay.uassetBP_TrackActor.uassetBP_WarcraftSettingGameMode.uasset
Core
Data
Test
UI
Warcraft
Config/WarcraftConfig
Maps
Plugins/WarplanePlugin/Source/WarplanePlugin/Public
Saved
AutoScreenshot.png
Config
CrashReportClient/UECC-Windows-496236684832D9347C243E93DEC1C078
WindowsEditor
Logs
Telemetry
@ -1925,6 +1925,14 @@
|
|||||||
"Path": "$(EngineDir)/Plugins/Animation/IKRig/Binaries/Win64/UnrealEditor.modules",
|
"Path": "$(EngineDir)/Plugins/Animation/IKRig/Binaries/Win64/UnrealEditor.modules",
|
||||||
"Type": "RequiredResource"
|
"Type": "RequiredResource"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Path": "$(EngineDir)/Plugins/BlueprintFileUtils/Binaries/Win64/UnrealEditor-BlueprintFileUtils.dll",
|
||||||
|
"Type": "DynamicLibrary"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "$(EngineDir)/Plugins/BlueprintFileUtils/Binaries/Win64/UnrealEditor.modules",
|
||||||
|
"Type": "RequiredResource"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Path": "$(EngineDir)/Plugins/Bridge/Binaries/Win64/UnrealEditor-Bridge.dll",
|
"Path": "$(EngineDir)/Plugins/Bridge/Binaries/Win64/UnrealEditor-Bridge.dll",
|
||||||
"Type": "DynamicLibrary"
|
"Type": "DynamicLibrary"
|
||||||
@ -2933,6 +2941,18 @@
|
|||||||
"Path": "$(EngineDir)/Plugins/Interchange/Runtime/Binaries/Win64/UnrealEditor.modules",
|
"Path": "$(EngineDir)/Plugins/Interchange/Runtime/Binaries/Win64/UnrealEditor.modules",
|
||||||
"Type": "RequiredResource"
|
"Type": "RequiredResource"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Path": "$(EngineDir)/Plugins/JsonBlueprintUtilities/Binaries/Win64/UnrealEditor-JsonBlueprintGraph.dll",
|
||||||
|
"Type": "DynamicLibrary"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "$(EngineDir)/Plugins/JsonBlueprintUtilities/Binaries/Win64/UnrealEditor-JsonBlueprintUtilities.dll",
|
||||||
|
"Type": "DynamicLibrary"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "$(EngineDir)/Plugins/JsonBlueprintUtilities/Binaries/Win64/UnrealEditor.modules",
|
||||||
|
"Type": "RequiredResource"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RD.dll",
|
"Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RD.dll",
|
||||||
"Type": "DynamicLibrary"
|
"Type": "DynamicLibrary"
|
||||||
@ -26187,6 +26207,10 @@
|
|||||||
"Path": "$(EngineDir)/Plugins/Animation/IKRig/IKRig.uplugin",
|
"Path": "$(EngineDir)/Plugins/Animation/IKRig/IKRig.uplugin",
|
||||||
"Type": "UFS"
|
"Type": "UFS"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Path": "$(EngineDir)/Plugins/BlueprintFileUtils/BlueprintFileUtils.uplugin",
|
||||||
|
"Type": "UFS"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Path": "$(EngineDir)/Plugins/Bridge/Bridge.uplugin",
|
"Path": "$(EngineDir)/Plugins/Bridge/Bridge.uplugin",
|
||||||
"Type": "UFS"
|
"Type": "UFS"
|
||||||
@ -26559,6 +26583,10 @@
|
|||||||
"Path": "$(EngineDir)/Plugins/Interchange/Runtime/Interchange.uplugin",
|
"Path": "$(EngineDir)/Plugins/Interchange/Runtime/Interchange.uplugin",
|
||||||
"Type": "UFS"
|
"Type": "UFS"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Path": "$(EngineDir)/Plugins/JsonBlueprintUtilities/JsonBlueprintUtilities.uplugin",
|
||||||
|
"Type": "UFS"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/RiderLink.uplugin",
|
"Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/RiderLink.uplugin",
|
||||||
"Type": "UFS"
|
"Type": "UFS"
|
||||||
@ -26855,6 +26883,7 @@
|
|||||||
"BackChannel",
|
"BackChannel",
|
||||||
"BaseCharacterFXEditor",
|
"BaseCharacterFXEditor",
|
||||||
"BlendSpaceMotionAnalysis",
|
"BlendSpaceMotionAnalysis",
|
||||||
|
"BlueprintFileUtils",
|
||||||
"BlueprintHeaderView",
|
"BlueprintHeaderView",
|
||||||
"BlueprintMaterialTextureNodes",
|
"BlueprintMaterialTextureNodes",
|
||||||
"Bridge",
|
"Bridge",
|
||||||
@ -26917,6 +26946,7 @@
|
|||||||
"Interchange",
|
"Interchange",
|
||||||
"InterchangeEditor",
|
"InterchangeEditor",
|
||||||
"InterchangeTests",
|
"InterchangeTests",
|
||||||
|
"JsonBlueprintUtilities",
|
||||||
"KDevelopSourceCodeAccess",
|
"KDevelopSourceCodeAccess",
|
||||||
"Landmass",
|
"Landmass",
|
||||||
"LauncherChunkInstaller",
|
"LauncherChunkInstaller",
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
FlightSimulation/Content/BluePrints/Core/BPI_FlyInterface.uasset
Normal file
BIN
FlightSimulation/Content/BluePrints/Core/BPI_FlyInterface.uasset
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
FlightSimulation/Content/BluePrints/Test/TestActor.uasset
Normal file
BIN
FlightSimulation/Content/BluePrints/Test/TestActor.uasset
Normal file
Binary file not shown.
BIN
FlightSimulation/Content/BluePrints/UI/WBP_CombatUI.uasset
Normal file
BIN
FlightSimulation/Content/BluePrints/UI/WBP_CombatUI.uasset
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,2 +1,3 @@
|
|||||||
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
|
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
|
||||||
|
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=8792CA55_002D0D53_002D3B52_002D988D_002DD5718AB9BFE4_002Fdl_003ASource_003A_002E_002E_003F_002E_002E_003F_002E_002E_003F_002E_002E_003FUE_003FUE_005F5_002E4_003FEngine_003FSource_002Fd_003ARuntime_002Fd_003AEngine_002Fd_003APrivate_002Ff_003ASkeletalMesh_002Ecpp/@EntryIndexedValue">ForceIncluded</s:String>
|
||||||
<s:String x:Key="/Default/Monitoring/StartMode/@EntryValue">Disabled</s:String></wpf:ResourceDictionary>
|
<s:String x:Key="/Default/Monitoring/StartMode/@EntryValue">Disabled</s:String></wpf:ResourceDictionary>
|
@ -29,6 +29,14 @@
|
|||||||
"Android",
|
"Android",
|
||||||
"IOS"
|
"IOS"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "BlueprintFileUtils",
|
||||||
|
"Enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "JsonBlueprintUtilities",
|
||||||
|
"Enabled": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -20,7 +20,7 @@ struct FAircraftRawData : public FTableRowBase
|
|||||||
|
|
||||||
//飞行器属性
|
//飞行器属性
|
||||||
USTRUCT(BlueprintType)
|
USTRUCT(BlueprintType)
|
||||||
struct FWarcraftData: public FTableRowBase
|
struct FWarcraftData : public FTableRowBase
|
||||||
{
|
{
|
||||||
GENERATED_USTRUCT_BODY()
|
GENERATED_USTRUCT_BODY()
|
||||||
|
|
||||||
@ -28,6 +28,10 @@ struct FWarcraftData: public FTableRowBase
|
|||||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FlightTracker")
|
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FlightTracker")
|
||||||
FString WarcraftName;
|
FString WarcraftName;
|
||||||
|
|
||||||
|
//飞行器ID
|
||||||
|
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FlightTracker")
|
||||||
|
int32 WarcraftID;
|
||||||
|
|
||||||
//飞行器类型
|
//飞行器类型
|
||||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FlightTracker")
|
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FlightTracker")
|
||||||
FString WarcraftType;
|
FString WarcraftType;
|
||||||
@ -37,6 +41,52 @@ struct FWarcraftData: public FTableRowBase
|
|||||||
USkeletalMesh* WarcraftMesh;
|
USkeletalMesh* WarcraftMesh;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
//战斗机设置属性
|
||||||
|
USTRUCT(BlueprintType)
|
||||||
|
struct FWarcraftSettingConfig : public FTableRowBase
|
||||||
|
{
|
||||||
|
GENERATED_USTRUCT_BODY()
|
||||||
|
|
||||||
|
//飞行器名称
|
||||||
|
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FlightTracker")
|
||||||
|
FString WarcraftName;
|
||||||
|
|
||||||
|
//飞行器ID
|
||||||
|
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FlightTracker")
|
||||||
|
int32 WarcraftID;
|
||||||
|
|
||||||
|
//飞行器MeshID
|
||||||
|
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FlightTracker")
|
||||||
|
int32 WarcraftMeshID;
|
||||||
|
};
|
||||||
|
|
||||||
|
//飞行物飞行信息
|
||||||
|
USTRUCT(BlueprintType)
|
||||||
|
struct FWarcraftFlyData : public FTableRowBase
|
||||||
|
{
|
||||||
|
GENERATED_USTRUCT_BODY()
|
||||||
|
|
||||||
|
//此飞行物ID
|
||||||
|
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FlightTracker")
|
||||||
|
int32 WarcraftID;
|
||||||
|
|
||||||
|
//飞行器名称
|
||||||
|
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FlightTracker")
|
||||||
|
FString WarcraftName;
|
||||||
|
|
||||||
|
//飞行器生成时间
|
||||||
|
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FlightTracker")
|
||||||
|
int32 GenerateTime;
|
||||||
|
|
||||||
|
//飞行器销毁时间
|
||||||
|
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FlightTracker")
|
||||||
|
int32 DestructionTime;
|
||||||
|
|
||||||
|
//被命中时间
|
||||||
|
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FlightTracker")
|
||||||
|
TArray<int32> HitTimeArray;
|
||||||
|
};
|
||||||
|
|
||||||
//飞行物类型
|
//飞行物类型
|
||||||
UENUM(BlueprintType)
|
UENUM(BlueprintType)
|
||||||
enum class Aerocraft:uint8
|
enum class Aerocraft:uint8
|
||||||
|
Binary file not shown.
Before ![]() (image error) Size: 38 KiB After ![]() (image error) Size: 81 KiB ![]() ![]() |
@ -1,7 +0,0 @@
|
|||||||
[CrashReportClient]
|
|
||||||
bHideLogFilesOption=false
|
|
||||||
bIsAllowedToCloseWithoutSending=true
|
|
||||||
CrashConfigPurgeDays=2
|
|
||||||
Stall.RecordDump=false
|
|
||||||
Ensure.RecordDump=true
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user