Minor fixes

This commit is contained in:
Wojtek Figat
2023-09-24 13:20:19 +02:00
parent 959bd33efc
commit 15b1e0a984
2 changed files with 15 additions and 8 deletions

View File

@@ -50,6 +50,11 @@ API_STRUCT(NoDefault, MarshalAs=StringAnsi) struct FLAXENGINE_API BehaviorKnowle
{
return Path;
}
String ToString() const
{
return Path.ToString();
}
};
/// <summary>