Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule > API/Plugins/StateTreeEditorModule/FStateTreeViewModel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetSelectedStates
(
TArray< UStateTreeState* >& OutSelectedStates |
StateTreeViewModel.h | ||
void GetSelectedStates
(
TArray< TWeakObjectPtr< UStateTreeState > >& OutSelectedStates |
StateTreeViewModel.h |
GetSelectedStates(TArray< UStateTreeState * > &)
| Name | GetSelectedStates |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeViewModel.h |
| Include Path | #include "StateTreeViewModel.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Private/StateTreeViewModel.cpp |
void GetSelectedStates
(
TArray < UStateTreeState * > & OutSelectedStates
) const
GetSelectedStates(TArray< TWeakObjectPtr< UStateTreeState > > &)
| Name | GetSelectedStates |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeViewModel.h |
| Include Path | #include "StateTreeViewModel.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Private/StateTreeViewModel.cpp |
void GetSelectedStates
(
TArray < TWeakObjectPtr < UStateTreeState > > & OutSelectedStates
) const