en:toolworks:docs:apparatus:detail

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
Last revisionBoth sides next revision
en:toolworks:docs:apparatus:detail [2021/06/18 22:47] – [Detail] vladiusen:toolworks:docs:apparatus:detail [2021/06/26 10:25] – [C++ Workflow] vladius
Line 7: Line 7:
 If you need to change some of the Detail members, you can do it *directly* via members' assignment or calling non-const Detail's methods. No need to re-apply or copy the Detail data again. If you need to change some of the Detail members, you can do it *directly* via members' assignment or calling non-const Detail's methods. No need to re-apply or copy the Detail data again.
  
-As an optimization of some internal logic, Details can't really be removed from Subjectives. They can only be *disabled*. This is effectively the same thing as removal since [[en:toolworks:docs:apparatus:filter|Filters]] do respect this enabled/disable state both when used in including and excluding contexts.+As an optimization of some internal logic, Details can't really be removed from Subjectives. They can only be *disabled*. This is effectively the same thing as removal since [[en:toolworks:docs:apparatus:filter|Filters]] do respect this enabled/disabled state both in including and excluding contexts.
  
 ===== Creating Details ===== ===== Creating Details =====
Line 35: Line 35:
  */  */
 UCLASS() UCLASS()
-class ME_API UMyDetail : public UDetail+class MY_API UMyDetail : public UDetail
 { {
  GENERATED_BODY()  GENERATED_BODY()
Line 48: Line 48:
  
 </code> </code>
-  - Now you can add some data fields to the class as usually in, right in the C++ header:<code cpp>+  - Now you can add some data fields to the class as usually, right in the C++ header:<code cpp>
 float X = 0; float X = 0;
 float Y = 0; float Y = 0;
  • en/toolworks/docs/apparatus/detail.txt
  • Last modified: 2022/01/05 13:59
  • by jispar