Navigation
API > API/Plugins > API/Plugins/StateTreeModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TTuple< T *... > UE::StateTree::PropertyRefHelpers::GetMutablePtrTupleToProperty
(
const FStateTreePropertyRef& PropertyRef, |
StateTreePropertyRef.h | ||
TTuple< T *... > UE::StateTree::PropertyRefHelpers::GetMutablePtrTupleToProperty
(
const FStateTreePropertyRef& InPropertyRef, |
StateTreePropertyRef.h |
UE::StateTree::PropertyRefHelpers::GetMutablePtrTupleToProperty(const FStateTreePropertyRef &, FStateTreeInstanceStorage &, const FStateTreeExecutionFrame &, const FStateTreeExecutionFrame *)
| Name | UE::StateTree::PropertyRefHelpers::GetMutablePtrTupleToProperty |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreePropertyRef.h |
| Include Path | #include "StateTreePropertyRef.h" |
namespace UE
{
namespace StateTree
{
namespace PropertyRefHelpers
{
template<class... T>
TTuple < T *... > UE::StateTree::PropertyRefHelpers::GetMutablePtrTupleToProperty
(
const FStateTreePropertyRef & PropertyRef,
FStateTreeInstanceStorage & InstanceDataStorage,
const FStateTreeExecutionFrame & ExecutionFrame,
const FStateTreeExecutionFrame * ParentExecutionFrame
)
}
}
}
UE::StateTree::PropertyRefHelpers::GetMutablePtrTupleToProperty(const FStateTreePropertyRef &, FStateTreeInstanceStorage &, const ExecutionContext::ITemporaryStorage *, const FStateTreeExecutionFrame &)
| Name | UE::StateTree::PropertyRefHelpers::GetMutablePtrTupleToProperty |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreePropertyRef.h |
| Include Path | #include "StateTreePropertyRef.h" |
namespace UE
{
namespace StateTree
{
namespace PropertyRefHelpers
{
template<class... T>
TTuple < T *... > UE::StateTree::PropertyRefHelpers::GetMutablePtrTupleToProperty
(
const FStateTreePropertyRef & InPropertyRef,
FStateTreeInstanceStorage & InInstanceDataStorage,
const ExecutionContext::ITemporaryStorage * InTemporaryStorage,
const FStateTreeExecutionFrame & InExecutionFrame
)
}
}
}
A tuple of pointer to referenced property if succeeded.
Parameters
| Name | Remarks |
|---|---|
| InPropertyRef | Property's reference to get pointer to. |
| InInstanceDataStorage | Instance Data Storage |
| InTemporaryStorage | Temporary Data Storage |
| InExecutionFrame | Execution frame owning referenced property |