en:toolworks:docs:apparatus:enchaining

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:toolworks:docs:apparatus:enchaining [2022/05/01 10:53] vladiusen:toolworks:docs:apparatus:enchaining [2022/07/18 18:12] (current) – Fix trouble. jispar
Line 8: Line 8:
  
 <code cpp> <code cpp>
-FChainChain = Mechanism->Enchain(Filter);+FChainChain = Mechanism->Enchain(Filter).Get();
 </code> </code>
  
Line 21: Line 21:
  
 <code cpp> <code cpp>
-FSolidChainChain = Mechanism->EnchainSolid(Filter);+FSolidChainChain = Mechanism->EnchainSolid(Filter).Get();
 </code> </code>
  
Line 29: Line 29:
  
 In order to do that, a special overloaded [[appi>class_a_mechanism.html#ae72188d973bed3d8484dc5ab87e5e1e1|method]] is present within the API. In order to do that, a special overloaded [[appi>class_a_mechanism.html#ae72188d973bed3d8484dc5ab87e5e1e1|method]] is present within the API.
-It accepts an [[ue>API/Runtime/Core/Containers/TArray|array] of Chunks Proxies as its argument.+It accepts an [[ue>API/Runtime/Core/Containers/TArray|array]] of Chunks Proxies as its argument second argument. The first one is of course, a Filter.
  • en/toolworks/docs/apparatus/enchaining.1651391611.txt.gz
  • Last modified: 2022/05/01 10:53
  • by vladius