Various fixes
This commit is contained in:
@@ -91,6 +91,13 @@ API_STRUCT(InBuild, Template, MarshalAs=StringAnsi) struct FLAXENGINE_API Behavi
|
||||
return false;
|
||||
}
|
||||
|
||||
BehaviorKnowledgeSelector() = default;
|
||||
|
||||
BehaviorKnowledgeSelector(const StringAnsi& other)
|
||||
{
|
||||
Path = other;
|
||||
}
|
||||
|
||||
BehaviorKnowledgeSelector& operator=(const StringAnsiView& other) noexcept
|
||||
{
|
||||
Path = other;
|
||||
|
||||
Reference in New Issue
Block a user