Real Simple Question.
I can’t use FMovieSceneSkeletalAnimationParams structures in CPP.
It always returns LNK1120, LNK2019 error while i’m including MovieSceneTracks module…
Anybody can give me a hand ?
Unresolved Externals error quite often means that, in addition to include, you have to add a respective module to your ProjectName.build.cs file.
In your case it’s “MovieSceneTracks” as you can see in the page linked above
1 Like
Thanks for the Reply.
And… of course i included MovieSceneTracks Module into build.cs
but… it seems there are no MODULE_API name on that structure so that i can’t use it with CPP…
Should i wait for next release ?
1 Like