Remove unused code

This commit is contained in:
Wojtek Figat
2021-07-15 16:56:39 +02:00
parent fe2419cd11
commit 2711bfdc82
4 changed files with 0 additions and 8 deletions

View File

@@ -19,7 +19,6 @@ public:
/// <summary>
/// Gets the base material. If value gets changed parameters collection is restored to the default values of the new material.
/// </summary>
/// <returns>The base material.</returns>
API_PROPERTY() FORCE_INLINE MaterialBase* GetBaseMaterial() const
{
return _baseMaterial;