Not specific to this question, but your answer made me realise that if you try to use:
UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "Custom")
FMovieSceneSequencePlaybackSettings PlaybackSettings;
Don’t forget to include the module…
ffs. lol. The error is so unbelievably not helpful with “unresolved symbol” hehehe! WHAT AREEE THISSS?
anyway, for anyone else wondering, the answer was to include module:
“MovieScene”