Hello everyone,
I have weird problem with function GetLifetimeReplicatedProps(TArray<FLifetimeProperty> & OutLifetimeProps) const
Here's the header code:
And this is the error with cpp code:

Is there something I have misspelled? Or I have to include any header files?
I have weird problem with function GetLifetimeReplicatedProps(TArray<FLifetimeProperty> & OutLifetimeProps) const
Here's the header code:
Code:
UFUNCTION() virtual void GetLifetimeReplicatedProps(TArray<FLifetimeProperty> & OutLifetimeProps) const override;
Is there something I have misspelled? Or I have to include any header files?
Comment