We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Thanks. 👍 @jimsimonz
I will integrate it when UE5.2 is released.
Sorry, something went wrong.
Also, you can pull a request if you want. @jimsimonz
jixingcn
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: