Defines climb-up result returned by climb-up operation. More...
#include <PrefabInstanceUtils.h>
Public Attributes | |
| const Instance * | m_reachedInstance = nullptr |
| Instance pointer to the destination. | |
| bool | m_isTargetInstanceReached = false |
| Flag to tell if reached instance is the target instance. | |
| AZStd::vector< const Instance * > | m_climbedInstances |
Defines climb-up result returned by climb-up operation.
| AZStd::vector<const Instance*> AzToolsFramework::Prefab::InstanceClimbUpResult::m_climbedInstances |
Instance list that contains instances that are climbed up from bottom to top. The list does not include the reached instance.