Add SetMasterPoseModel to Animated Model for modular characters
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user