From fc50cd631796779e3eac6f75b7abb8139b20ba68 Mon Sep 17 00:00:00 2001 From: TjgL Date: Wed, 22 Jan 2025 22:10:19 +0100 Subject: [PATCH] Removed unwanted inline methods --- Source/LegumeMix/Public/Player/LMPlayer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/LegumeMix/Public/Player/LMPlayer.h b/Source/LegumeMix/Public/Player/LMPlayer.h index 78c74f7..91f31d2 100644 --- a/Source/LegumeMix/Public/Player/LMPlayer.h +++ b/Source/LegumeMix/Public/Player/LMPlayer.h @@ -44,10 +44,10 @@ public: void FireBullets(const FLMBulletInfo Settings); UFUNCTION(BlueprintCallable) - FVector GetWeaponFiringOrigin() const { return Camera->GetComponentLocation(); } + FVector GetWeaponFiringOrigin() const; UFUNCTION(BlueprintCallable) - FVector GetAimVector() const { return Camera->GetForwardVector(); } + FVector GetAimVector() const; private: UPROPERTY(EditAnywhere, BlueprintReadOnly, Category=Legumix, meta = (AllowPrivateAccess = true))