Skip to content

5.2 build fix #65

@jimsimonz

Description

@jimsimonz

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions