Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/Animation > API/Plugins/InterchangeImport/Animation/IInterchangeAnimationPayloadInte-
- IInterchangeAnimationPayloadInterface::PreferGroupingBoneAnimationQueriesTogether()
- UInterchangeFbxTranslator::PreferGroupingBoneAnimationQueriesTogether()
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Animation/InterchangeAnimationPayloadInterface.h |
| Include | #include "Animation/InterchangeAnimationPayloadInterface.h" |
virtual bool PreferGroupingBoneAnimationQueriesTogether() const
Remarks
Return true if the translator want to import all bone animations in one query, false otherwise.
@Note - The fbx translator use the fbx sdk which cache the global transform but dirty the cache every time we evaluate at a different time. The goal is to evaluate all bones at the same time.