Removed unwanted inline methods

This commit is contained in:
TjgL 2025-01-22 22:10:19 +01:00
parent 6c3072d6f9
commit fc50cd6317

View File

@ -44,10 +44,10 @@ public:
void FireBullets(const FLMBulletInfo Settings); void FireBullets(const FLMBulletInfo Settings);
UFUNCTION(BlueprintCallable) UFUNCTION(BlueprintCallable)
FVector GetWeaponFiringOrigin() const { return Camera->GetComponentLocation(); } FVector GetWeaponFiringOrigin() const;
UFUNCTION(BlueprintCallable) UFUNCTION(BlueprintCallable)
FVector GetAimVector() const { return Camera->GetForwardVector(); } FVector GetAimVector() const;
private: private:
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category=Legumix, meta = (AllowPrivateAccess = true)) UPROPERTY(EditAnywhere, BlueprintReadOnly, Category=Legumix, meta = (AllowPrivateAccess = true))