I know that this thread is pretty old, but OP is absolutely correct. If you have the function “GetLifetimeReplicatedProps” in your header file as a comment, such as //GetLifetimeReplicatedProps
, you will be given the error 'GetLifetimeReplicatedProps' : member function not declared in 'AClass'
. Most likely a bug.
1 Like