Add gameplay framework blueprints
This commit is contained in:
@@ -7,6 +7,6 @@ ProjectID=E7C26E1F4D195F0DBE49C2A3E5017988
|
||||
CopyrightNotice=
|
||||
|
||||
[/Script/EngineSettings.GameMapsSettings]
|
||||
GlobalDefaultGameMode=/Script/PHY.PHYGameModeBase
|
||||
GlobalDefaultServerGameMode=/Script/PHY.PHYGameModeBase
|
||||
GlobalDefaultGameMode=/Game/AGame/Gameplay/Framework/BP_PHYGameMode.BP_PHYGameMode_C
|
||||
GlobalDefaultServerGameMode=/Game/AGame/Gameplay/Framework/BP_PHYGameMode.BP_PHYGameMode_C
|
||||
|
||||
|
||||
@@ -5,3 +5,8 @@ DefaultMaxWalkSpeed=500.000000
|
||||
DefaultSprintSpeed=650.000000
|
||||
DefaultMaxAcceleration=2048.000000
|
||||
DefaultInteractionOption=0
|
||||
DefaultPlayerCharacterClass="/Game/AGame/Character/Player/BP_PlayerBase.BP_PlayerBase_C"
|
||||
DefaultAICharacterClass="/Game/AGame/Character/AI/BP_AIBase.BP_AIBase_C"
|
||||
DefaultPlayerControllerClass="/Game/AGame/Gameplay/Player/BP_PHYPlayerController.BP_PHYPlayerController_C"
|
||||
DefaultAIControllerClass="/Game/AGame/Gameplay/AI/BP_PHYAIController.BP_PHYAIController_C"
|
||||
DefaultPlayerCameraManagerClass="/Game/AGame/Gameplay/Player/BP_PHYPlayerCameraManager.BP_PHYPlayerCameraManager_C"
|
||||
|
||||
@@ -5,11 +5,11 @@ bPreferCodeAndConfig=True
|
||||
TargetPlatformName=Win64
|
||||
|
||||
[/Script/PHY.PHYGameFrameworkSettings]
|
||||
DefaultPawnClass="/Script/PHY.PHYPlayerCharacter"
|
||||
PlayerControllerClass="/Script/PHY.PHYPlayerController"
|
||||
PlayerStateClass="/Script/PHY.PHYPlayerState"
|
||||
GameStateClass="/Script/PHY.PHYGameState"
|
||||
HUDClass="/Script/PHY.PHYHUD"
|
||||
SpectatorClass="/Script/Engine.SpectatorPawn"
|
||||
DefaultPawnClass="/Game/AGame/Character/Player/BP_PlayerBase.BP_PlayerBase_C"
|
||||
PlayerControllerClass="/Game/AGame/Gameplay/Player/BP_PHYPlayerController.BP_PHYPlayerController_C"
|
||||
PlayerStateClass="/Game/AGame/Gameplay/Player/BP_PHYPlayerState.BP_PHYPlayerState_C"
|
||||
GameStateClass="/Game/AGame/Gameplay/Framework/BP_PHYGameState.BP_PHYGameState_C"
|
||||
HUDClass="/Game/AGame/Gameplay/Framework/BP_PHYHUD.BP_PHYHUD_C"
|
||||
SpectatorClass="/Game/AGame/Gameplay/Framework/BP_PHYSpectatorPawn.BP_PHYSpectatorPawn_C"
|
||||
bUseSeamlessTravel=True
|
||||
bStartPlayersAsSpectators=False
|
||||
|
||||
BIN
Content/AGame/Character/AI/BP_AIBase.uasset
LFS
Normal file
BIN
Content/AGame/Character/AI/BP_AIBase.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/AGame/Gameplay/AI/BP_PHYAIController.uasset
LFS
Normal file
BIN
Content/AGame/Gameplay/AI/BP_PHYAIController.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/AGame/Gameplay/Framework/BP_PHYGameMode.uasset
LFS
Normal file
BIN
Content/AGame/Gameplay/Framework/BP_PHYGameMode.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/AGame/Gameplay/Framework/BP_PHYGameState.uasset
LFS
Normal file
BIN
Content/AGame/Gameplay/Framework/BP_PHYGameState.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/AGame/Gameplay/Framework/BP_PHYHUD.uasset
LFS
Normal file
BIN
Content/AGame/Gameplay/Framework/BP_PHYHUD.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/AGame/Gameplay/Framework/BP_PHYSpectatorPawn.uasset
LFS
Normal file
BIN
Content/AGame/Gameplay/Framework/BP_PHYSpectatorPawn.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/AGame/Gameplay/Player/BP_PHYPlayerCameraManager.uasset
LFS
Normal file
BIN
Content/AGame/Gameplay/Player/BP_PHYPlayerCameraManager.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/AGame/Gameplay/Player/BP_PHYPlayerController.uasset
LFS
Normal file
BIN
Content/AGame/Gameplay/Player/BP_PHYPlayerController.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/AGame/Gameplay/Player/BP_PHYPlayerState.uasset
LFS
Normal file
BIN
Content/AGame/Gameplay/Player/BP_PHYPlayerState.uasset
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user