Removed unwanted inline methods
This commit is contained in:
parent
6c3072d6f9
commit
fc50cd6317
@ -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))
|
||||
|
Reference in New Issue
Block a user