Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.2 build fix #65

Open
jimsimonz opened this issue Mar 23, 2023 · 2 comments
Open

5.2 build fix #65

jimsimonz opened this issue Mar 23, 2023 · 2 comments

Comments

@jimsimonz
Copy link

jimsimonz commented Mar 23, 2023

might save someone time:

glTFImporterEdAnimationSequence.cpp
ln 79

#if GLTFFORUE_ENGINE_VERSION < 500
#elif GLTFFORUE_ENGINE_VERSION < 502
UAnimDataModel* AnimDataModelPtr = AnimSequence->GetDataModel();
IAnimationDataController& AnimationDataControllerRef = AnimSequence->GetController();
#else
IAnimationDataModel* AnimDataModelPtr = AnimSequence->GetDataModel();
IAnimationDataController& AnimationDataControllerRef = AnimSequence->GetController();
#endif

@jixingcn
Copy link
Member

jixingcn commented Mar 23, 2023

Thanks. 👍 @jimsimonz

I will integrate it when UE5.2 is released.

@jixingcn
Copy link
Member

jixingcn commented Mar 23, 2023

Also, you can pull a request if you want. @jimsimonz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants