Add updating ModelInstanceActor render state on material change

This commit is contained in:
Wojciech Figat
2022-05-27 12:07:27 +02:00
parent d0a6f82cc2
commit bdc7b3b754
2 changed files with 16 additions and 0 deletions

View File

@@ -38,6 +38,10 @@ DECLARE_SCRIPTING_TYPE_MINIMAL(ModelInstanceEntry);
public:
bool operator==(const ModelInstanceEntry& other) const;
FORCE_INLINE bool operator!=(const ModelInstanceEntry& other) const
{
return !operator==(other);
}
};
/// <summary>