增加战机选择关卡
This commit is contained in:
parent
454b04641b
commit
761954e49d
BIN
FlightSimulation/Content/BluePrints/BP_CombatGameMode.uasset
Normal file
BIN
FlightSimulation/Content/BluePrints/BP_CombatGameMode.uasset
Normal file
Binary file not shown.
BIN
FlightSimulation/Content/BluePrints/BP_FighterDisplay.uasset
Normal file
BIN
FlightSimulation/Content/BluePrints/BP_FighterDisplay.uasset
Normal file
Binary file not shown.
BIN
FlightSimulation/Content/BluePrints/BP_GuidedMissile.uasset
Normal file
BIN
FlightSimulation/Content/BluePrints/BP_GuidedMissile.uasset
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
FlightSimulation/Content/Maps/WarcraftTestMap.umap
Normal file
BIN
FlightSimulation/Content/Maps/WarcraftTestMap.umap
Normal file
Binary file not shown.
@ -20,7 +20,7 @@ struct FAircraftRawData : public FTableRowBase
|
|||||||
|
|
||||||
//飞行器属性
|
//飞行器属性
|
||||||
USTRUCT(BlueprintType)
|
USTRUCT(BlueprintType)
|
||||||
struct FWarcraftData
|
struct FWarcraftData: public FTableRowBase
|
||||||
{
|
{
|
||||||
GENERATED_USTRUCT_BODY()
|
GENERATED_USTRUCT_BODY()
|
||||||
|
|
||||||
@ -31,4 +31,18 @@ struct FWarcraftData
|
|||||||
//飞行器类型
|
//飞行器类型
|
||||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FlightTracker")
|
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FlightTracker")
|
||||||
FString WarcraftType;
|
FString WarcraftType;
|
||||||
|
|
||||||
|
//飞行器Mesh
|
||||||
|
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FlightTracker")
|
||||||
|
USkeletalMesh* WarcraftMesh;
|
||||||
|
};
|
||||||
|
|
||||||
|
//飞行物类型
|
||||||
|
UENUM(BlueprintType)
|
||||||
|
enum class Aerocraft:uint8
|
||||||
|
{
|
||||||
|
//飞行器
|
||||||
|
Warcraft,
|
||||||
|
//导弹
|
||||||
|
GuidedMissile
|
||||||
};
|
};
|
Binary file not shown.
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 38 KiB |
@ -1,7 +0,0 @@
|
|||||||
[CrashReportClient]
|
|
||||||
bHideLogFilesOption=false
|
|
||||||
bIsAllowedToCloseWithoutSending=true
|
|
||||||
CrashConfigPurgeDays=2
|
|
||||||
Stall.RecordDump=false
|
|
||||||
Ensure.RecordDump=true
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
[CrashReportClient]
|
|
||||||
bHideLogFilesOption=false
|
|
||||||
bIsAllowedToCloseWithoutSending=true
|
|
||||||
CrashConfigPurgeDays=2
|
|
||||||
Stall.RecordDump=false
|
|
||||||
Ensure.RecordDump=true
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
[CrashReportClient]
|
|
||||||
bHideLogFilesOption=false
|
|
||||||
bIsAllowedToCloseWithoutSending=true
|
|
||||||
CrashConfigPurgeDays=2
|
|
||||||
Stall.RecordDump=false
|
|
||||||
Ensure.RecordDump=true
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
[CrashReportClient]
|
|
||||||
bHideLogFilesOption=false
|
|
||||||
bIsAllowedToCloseWithoutSending=true
|
|
||||||
CrashConfigPurgeDays=2
|
|
||||||
Stall.RecordDump=false
|
|
||||||
Ensure.RecordDump=true
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
[CrashReportClient]
|
|
||||||
bHideLogFilesOption=false
|
|
||||||
bIsAllowedToCloseWithoutSending=true
|
|
||||||
CrashConfigPurgeDays=2
|
|
||||||
Stall.RecordDump=false
|
|
||||||
Ensure.RecordDump=true
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
[CrashReportClient]
|
|
||||||
bHideLogFilesOption=false
|
|
||||||
bIsAllowedToCloseWithoutSending=true
|
|
||||||
CrashConfigPurgeDays=2
|
|
||||||
Stall.RecordDump=false
|
|
||||||
Ensure.RecordDump=true
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
[CrashReportClient]
|
|
||||||
bHideLogFilesOption=false
|
|
||||||
bIsAllowedToCloseWithoutSending=true
|
|
||||||
CrashConfigPurgeDays=2
|
|
||||||
Stall.RecordDump=false
|
|
||||||
Ensure.RecordDump=true
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
[CrashReportClient]
|
|
||||||
bHideLogFilesOption=false
|
|
||||||
bIsAllowedToCloseWithoutSending=true
|
|
||||||
CrashConfigPurgeDays=2
|
|
||||||
Stall.RecordDump=false
|
|
||||||
Ensure.RecordDump=true
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
[CrashReportClient]
|
|
||||||
bHideLogFilesOption=false
|
|
||||||
bIsAllowedToCloseWithoutSending=true
|
|
||||||
CrashConfigPurgeDays=2
|
|
||||||
Stall.RecordDump=false
|
|
||||||
Ensure.RecordDump=true
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
[CrashReportClient]
|
|
||||||
bHideLogFilesOption=false
|
|
||||||
bIsAllowedToCloseWithoutSending=true
|
|
||||||
CrashConfigPurgeDays=2
|
|
||||||
Stall.RecordDump=false
|
|
||||||
Ensure.RecordDump=true
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
[CrashReportClient]
|
|
||||||
bHideLogFilesOption=false
|
|
||||||
bIsAllowedToCloseWithoutSending=true
|
|
||||||
CrashConfigPurgeDays=2
|
|
||||||
Stall.RecordDump=false
|
|
||||||
Ensure.RecordDump=true
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
[CrashReportClient]
|
|
||||||
bHideLogFilesOption=false
|
|
||||||
bIsAllowedToCloseWithoutSending=true
|
|
||||||
CrashConfigPurgeDays=2
|
|
||||||
Stall.RecordDump=false
|
|
||||||
Ensure.RecordDump=true
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
[CrashReportClient]
|
|
||||||
bHideLogFilesOption=false
|
|
||||||
bIsAllowedToCloseWithoutSending=true
|
|
||||||
CrashConfigPurgeDays=2
|
|
||||||
Stall.RecordDump=false
|
|
||||||
Ensure.RecordDump=true
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
[CrashReportClient]
|
|
||||||
bHideLogFilesOption=false
|
|
||||||
bIsAllowedToCloseWithoutSending=true
|
|
||||||
CrashConfigPurgeDays=2
|
|
||||||
Stall.RecordDump=false
|
|
||||||
Ensure.RecordDump=true
|
|
||||||
|
|
@ -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