en:toolworks:docs:apparatus:mechanism

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
en:toolworks:docs:apparatus:mechanism [2021/09/03 11:28] – [Mechanisms] vladiusen:toolworks:docs:apparatus:mechanism [2021/09/03 13:35] – [C++ Workflow] vladius
Line 18: Line 18:
 FSubjectHandle Subject = Mechanism->SpawnSubject(); FSubjectHandle Subject = Mechanism->SpawnSubject();
 </code> </code>
 +
 +Creating your separate (possibly transient) Mechanisms is also supported and can be handy. You instantiate the Mechanism like you would any other ''UObject'' (''[[ue>API/Runtime/CoreUObject/UObject/NewObject|NewObject<UMechanism>(...)]]''):<code cpp>
 +UMechanism* Mechanism = NewObject<UMechanism>(GetTransientPackage());
 +</code>
 +
 +Please, see the corresponding [[appi>class_u_mechanism.html|API reference]] for more details.
 +
  • en/toolworks/docs/apparatus/mechanism.txt
  • Last modified: 2021/12/30 20:52
  • by vladius