Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::Prefab::InstanceClimbUpResult Struct Reference

Defines climb-up result returned by climb-up operation. More...

#include <PrefabInstanceUtils.h>

Public Attributes

const Instancem_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
 

Detailed Description

Defines climb-up result returned by climb-up operation.

Member Data Documentation

◆ m_climbedInstances

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.


The documentation for this struct was generated from the following file: