Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FActiveStatePath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Matches
(
const FActiveStatePath& Other |
StateTreeStatePath.h | ||
bool Matches
(
FActiveState Other |
StateTreeStatePath.h | ||
bool Matches
(
FActiveStateID Other |
StateTreeStatePath.h | ||
static bool Matches
(
const TArrayView< const FActiveState >& A, |
StateTreeStatePath.h | ||
static bool Matches
(
const TArrayView< const FActiveState >& Path, |
StateTreeStatePath.h | ||
static bool Matches
(
const TArrayView< const FActiveState >& Path, |
StateTreeStatePath.h |
Matches(const FActiveStatePath &)
| Name | Matches |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeStatePath.h |
| Include Path | #include "StateTreeStatePath.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Private/StateTreeStatePath.cpp |
bool Matches
(
const FActiveStatePath & Other
) const
true if both paths match exactly.
Matches(FActiveState)
| Name | Matches |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeStatePath.h |
| Include Path | #include "StateTreeStatePath.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Private/StateTreeStatePath.cpp |
bool Matches
(
FActiveState Other
) const
true if the last element in the path matches.
Matches(FActiveStateID)
| Name | Matches |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeStatePath.h |
| Include Path | #include "StateTreeStatePath.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Private/StateTreeStatePath.cpp |
bool Matches
(
FActiveStateID Other
) const
true if the last element in the path matches.
Matches(const TArrayView< const FActiveState > &, const TArrayView< const FActiveState > &)
| Name | Matches |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeStatePath.h |
| Include Path | #include "StateTreeStatePath.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Private/StateTreeStatePath.cpp |
static bool Matches
(
const TArrayView < const FActiveState > & A,
const TArrayView < const FActiveState > & B
)
true if both paths match exactly.
Matches(const TArrayView< const FActiveState > &, FActiveState)
| Name | Matches |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeStatePath.h |
| Include Path | #include "StateTreeStatePath.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Private/StateTreeStatePath.cpp |
static bool Matches
(
const TArrayView < const FActiveState > & Path,
FActiveState Other
)
true if the last element in the path matches.
Matches(const TArrayView< const FActiveState > &, FActiveStateID)
| Name | Matches |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeStatePath.h |
| Include Path | #include "StateTreeStatePath.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Private/StateTreeStatePath.cpp |
static bool Matches
(
const TArrayView < const FActiveState > & Path,
FActiveStateID Other
)
true if the last element in the path matches.