Compare commits
3 Commits
test_obsta
...
82a5093509
Author | SHA1 | Date | |
---|---|---|---|
82a5093509 | |||
cea63354f1 | |||
5ebccf8700 |
12
Config/DefaultGameplayTags.ini
Normal file
12
Config/DefaultGameplayTags.ini
Normal file
@ -0,0 +1,12 @@
|
||||
[/Script/GameplayTags.GameplayTagsSettings]
|
||||
ImportTagsFromConfig=True
|
||||
WarnOnInvalidTags=True
|
||||
ClearInvalidTags=False
|
||||
AllowEditorTagUnloading=True
|
||||
AllowGameTagUnloading=False
|
||||
FastReplication=False
|
||||
InvalidTagCharacters="\"\',"
|
||||
NumBitsForContainerSize=6
|
||||
NetIndexFirstBitSegment=16
|
||||
+GameplayTagList=(Tag="Passenger",DevComment="")
|
||||
|
BIN
Content/Baby.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Baby.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/BP_Rescue_Boat.uasset
(Stored with Git LFS)
BIN
Content/Blueprints/BP_Rescue_Boat.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Mesh/SM_Cruise_Ship.uasset
(Stored with Git LFS)
BIN
Content/Mesh/SM_Cruise_Ship.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacterJoel.uasset
(Stored with Git LFS)
BIN
Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacterJoel.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/ThirdPerson/Blueprints/WBP_Timer.uasset
(Stored with Git LFS)
BIN
Content/ThirdPerson/Blueprints/WBP_Timer.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/__ExternalActors__/Maps/AustinTestMap/5/3D/Z75B8FUO02492CJNK5HUTC.uasset
(Stored with Git LFS)
BIN
Content/__ExternalActors__/Maps/AustinTestMap/5/3D/Z75B8FUO02492CJNK5HUTC.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/__ExternalActors__/Maps/AustinTestMap/8/B3/Q9KYBVZNCQOZKGXKB0MPXD.uasset
(Stored with Git LFS)
Normal file
BIN
Content/__ExternalActors__/Maps/AustinTestMap/8/B3/Q9KYBVZNCQOZKGXKB0MPXD.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/__ExternalActors__/Maps/AustinTestMap/9/4E/PNL9YXQ3TBVFK0ESW3SFQY.uasset
(Stored with Git LFS)
Normal file
BIN
Content/__ExternalActors__/Maps/AustinTestMap/9/4E/PNL9YXQ3TBVFK0ESW3SFQY.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/__ExternalActors__/Maps/AustinTestMap/B/NW/WHFVPNVWATX9I8IKP7BMS4.uasset
(Stored with Git LFS)
Normal file
BIN
Content/__ExternalActors__/Maps/AustinTestMap/B/NW/WHFVPNVWATX9I8IKP7BMS4.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -7,7 +7,7 @@
|
||||
AjumpingshipGameMode::AjumpingshipGameMode()
|
||||
{
|
||||
// set default pawn class to our Blueprinted character
|
||||
static ConstructorHelpers::FClassFinder<APawn> PlayerPawnBPClass(TEXT("/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter"));
|
||||
static ConstructorHelpers::FClassFinder<APawn> PlayerPawnBPClass(TEXT("/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacterJoel"));
|
||||
if (PlayerPawnBPClass.Class != NULL)
|
||||
{
|
||||
DefaultPawnClass = PlayerPawnBPClass.Class;
|
||||
|
Reference in New Issue
Block a user