ConstructDoc struct
One open Construct type in the editor — node graph per tick slot + view/composition list.
Public types
- struct OwnedEntry
- struct UserFuncTab
- struct ViewEntry
- enum class TickSlot: int { PrePhysics = 0, PhysicsStep, PostPhysics, ScalarUpdate, Count }
- One graph per tick slot. Index matches TickSlot enum.
Constructors, destructors, conversion operators
- ConstructDoc(const char* typeName, const char* filePath = nullptr) explicit
Public variables
- std::string TypeName
- std::string FilePath
- NodeGraphCanvas Graphs
- int ActiveSlot
- std::vector<UserFuncTab> UserFuncs
- int ActiveUserFunc
- std::vector<ViewEntry> Views
- std::vector<OwnedEntry> Owned
- char OutputPath
- char StatusMsg
- bool bStatusError