Curr inputs getter
This commit is contained in:
parent
2c5569b6d5
commit
eb735db17a
@ -24,7 +24,7 @@ void AFFPlayerController::FixedTick(float OneFrame)
|
||||
//UnacknowledgedInputs.Push(CurrInput);
|
||||
InputBuffer->AddInput(CurrInput);
|
||||
|
||||
SendInputsToRemote();
|
||||
//SendInputsToRemote();
|
||||
}
|
||||
|
||||
|
||||
|
@ -31,6 +31,8 @@ public:
|
||||
*/
|
||||
virtual void SendInputsToRemote() const;
|
||||
|
||||
virtual FFFInputState GetCurrInput() { return CurrInput; };
|
||||
|
||||
// IFFSystemInterface interface
|
||||
virtual void FixedTick(float OneFrame) override;
|
||||
// End of IFFSystemInterface
|
||||
|
Loading…
Reference in New Issue
Block a user