|
|
@@ -6532,6 +6532,7 @@ void RemoveChildren(bool, bool, bool);
|
|
|
void RemoveComponent(Component);
|
|
|
void RemoveComponent(const String&);
|
|
|
void RemoveComponents(bool, bool);
|
|
|
+void RemoveComponents(const String&);
|
|
|
void RemoveInstanceDefault();
|
|
|
void ResetDeepEnabled();
|
|
|
void ResetToDefault();
|
|
|
@@ -8128,6 +8129,7 @@ void RemoveChildren(bool, bool, bool);
|
|
|
void RemoveComponent(Component);
|
|
|
void RemoveComponent(const String&);
|
|
|
void RemoveComponents(bool, bool);
|
|
|
+void RemoveComponents(const String&);
|
|
|
void RemoveInstanceDefault();
|
|
|
void ResetToDefault();
|
|
|
void Roll(float, TransformSpace = TS_LOCAL);
|