Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FActiveStatePath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArrayView< const FActiveState > Intersect
(
const FActiveStatePath& Other |
StateTreeStatePath.h | ||
static const TArrayView< const FActiveState > Intersect
(
const TArrayView< const FActiveState >& A, |
StateTreeStatePath.h |
Intersect(const FActiveStatePath &)
| Name | Intersect |
| 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 |
const TArrayView < const FActiveState > Intersect
(
const FActiveStatePath & Other
) const
the path where the 2 paths intersect.
Intersect(const TArrayView< const FActiveState > &, const TArrayView< const FActiveState > &)
| Name | Intersect |
| 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 const TArrayView < const FActiveState > Intersect
(
const TArrayView < const FActiveState > & A,
const TArrayView < const FActiveState > & B
)
the elements that are in both paths.