Compare commits
2 Commits
18abbad56d
...
8b5c9a1f4b
Author | SHA1 | Date | |
---|---|---|---|
|
8b5c9a1f4b | ||
|
ce82fffdda |
BIN
hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/BP_HYPlayerCharacController.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/BP_HYPlayerCharacController.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/BP_PlayerCharacterBase.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/BP_PlayerCharacterBase.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_Dash.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_Dash.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
Binary file not shown.
BIN
hwanyoung2/Content/Hwanyoung/UI/BP_InventoryHUDWidget.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/Hwanyoung/UI/BP_InventoryHUDWidget.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/Hwanyoung/UI/BP_InventoryWidget.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/Hwanyoung/UI/BP_InventoryWidget.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/Hwanyoung/UI/Images/inventory-user-interface-background.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Hwanyoung/UI/Images/inventory-user-interface-background.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Hwanyoung/UI/inventory-user-interface-background.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/Hwanyoung/UI/inventory-user-interface-background.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/8C/DRE9MDZ0125X9A8Q4VUQIL.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/8C/DRE9MDZ0125X9A8Q4VUQIL.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -101,6 +101,9 @@ void Ahwanyoung2Character::CheckForInteractables()
|
|||||||
|
|
||||||
void Ahwanyoung2Character::Tick(float DeltaTime)
|
void Ahwanyoung2Character::Tick(float DeltaTime)
|
||||||
{
|
{
|
||||||
|
Super::Tick(DeltaTime);
|
||||||
|
|
||||||
|
CheckForInteractables();
|
||||||
}
|
}
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
@ -111,6 +111,5 @@ protected:
|
|||||||
// To add mapping context
|
// To add mapping context
|
||||||
virtual void BeginPlay();
|
virtual void BeginPlay();
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user