Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule > API/Plugins/StateTreeEditorModule/UStateTreeEditingSubsystem
Description
Mark the internal step of the state tree asset as dirty. It will require the state tree to be compiled before it can be used.
| Name | MarkAsModified |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeEditingSubsystem.h |
| Include Path | #include "StateTreeEditingSubsystem.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Private/StateTreeEditingSubsystem.cpp |
static void MarkAsModified
(
TNotNull< UStateTree * > InStateTree
)