Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule > API/Plugins/StateTreeEditorModule/UStateTreeEditingSubsystem
Description
Mark the public and the internal steps of the state tree asset as dirty. It will require the state tree to be compiled before it can be used. It will affect the other assets that reference the state tree asset.
| Name | MarkAsPubliclyModified |
| 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 MarkAsPubliclyModified
(
TNotNull< UStateTree * > InStateTree
)