Added the grabbing and throwing functionality
This commit is contained in:
parent
a778d15702
commit
cea63354f1
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.
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user