Add SetMasterPoseModel to Animated Model for modular characters

This commit is contained in:
Wojtek Figat
2021-05-13 14:41:43 +02:00
parent 899e749d2d
commit fb5c45f474
3 changed files with 32 additions and 4 deletions

View File

@@ -64,7 +64,6 @@ public:
/// <summary>
/// Gets the amount of loaded model LODs.
/// </summary>
/// <returns>Loaded LODs count</returns>
API_PROPERTY() FORCE_INLINE int32 GetLoadedLODs() const
{
return _loadedLODs;
@@ -93,7 +92,6 @@ public:
/// <summary>
/// Gets index of the highest resident LOD (may be equal to LODs.Count if no LOD has been uploaded). Note: LOD=0 is the highest (top quality)
/// </summary>
/// <returns>LOD index</returns>
FORCE_INLINE int32 HighestResidentLODIndex() const
{
return GetLODsCount() - _loadedLODs;