| AddElement(const FNavigationOctreeElement &Element) | FNavigationOctree | inline |
| TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics >::AddElement(typename TCallTraits< FNavigationOctreeElement >::ConstReference Element) | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | inline |
| AddNode(const FBox &Bounds, FNavigationOctreeElement &OctreeElement) | FNavigationOctree | |
| AddNode(UObject *ElementOb, INavRelevantInterface *NavElement, const FBox &Bounds, FNavigationOctreeElement &Data) | FNavigationOctree | |
| AppendToNode(const FOctreeElementId2 &Id, const TSharedRef< const FNavigationElement > &ElementRef, const FBox &Bounds, FNavigationOctreeElement &Data) | FNavigationOctree | |
| AppendToNode(const FOctreeElementId2 &Id, INavRelevantInterface *NavElement, const FBox &Bounds, FNavigationOctreeElement &Data) | FNavigationOctree | |
| ApplyOffset(const FVector &InOffset, bool bGlobalOctree=false) | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | inline |
| AsShared() | TSharedFromThis< FNavigationOctree, ESPMode::ThreadSafe > | inline |
| AsShared() const | TSharedFromThis< FNavigationOctree, ESPMode::ThreadSafe > | inline |
| AsSharedSubobject(SubobjectType *SubobjectPtr) const | TSharedFromThis< FNavigationOctree, ESPMode::ThreadSafe > | inline |
| AsWeak() | TSharedFromThis< FNavigationOctree, ESPMode::ThreadSafe > | inline |
| AsWeak() const | TSharedFromThis< FNavigationOctree, ESPMode::ThreadSafe > | inline |
| AsWeakSubobject(SubobjectType *SubobjectPtr) const | TSharedFromThis< FNavigationOctree, ESPMode::ThreadSafe > | inline |
| bGatherGeometry | FNavigationOctree | protected |
| DECLARE_DELEGATE_TwoParams(FNavRelevantGeometryExportDelegate, INavRelevantInterface &, FNavigationRelevantData &) | FNavigationOctree | |
| DECLARE_DELEGATE_TwoParams(FGeometryExportDelegate, const FNavigationElement &, FNavigationRelevantData &) | FNavigationOctree | |
| DefaultGeometryGatheringMode | FNavigationOctree | protected |
| DemandChildLazyDataGathering(FNavigationRelevantData &ElementData, const FNavigationElement &ChildElement) const | FNavigationOctree | |
| DemandChildLazyDataGathering(FNavigationRelevantData &ElementData, INavRelevantInterface &ChildNavInterface) | FNavigationOctree | |
| DemandLazyDataGathering(FNavigationRelevantData &ElementData) | FNavigationOctree | |
| Destroy() | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | inline |
| DoesSharedInstanceExist() const | TSharedFromThis< FNavigationOctree, ESPMode::ThreadSafe > | inline |
| DumpStats() const | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | inline |
| ElementToOctreeId | FNavigationOctree | protected |
| ENavGeometryStoringMode enum name | FNavigationOctree | |
| FindAllElements(const IterateAllElementsFunc &Func) const | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | inline |
| FindElementsWithBoundsTest(const FBoxCenterAndExtent &BoxBounds, const IterateBoundsFunc &Func) const | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | inline |
| FindElementsWithPredicate(const PredicateFunc &Predicate, const IterateFunc &Func) const | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | inline |
| FindFirstElementWithBoundsTest(const FBoxCenterAndExtent &BoxBounds, const IterateBoundsFunc &Func) const | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | inline |
| FindNearbyElements(const FVector &Position, const IterateBoundsFunc &Func) const | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | inline |
| FindNodesWithPredicate(const PredicateFunc &Predicate, const IterateFunc &Func) const | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | inline |
| FNavigationOctree(const FVector &Origin, FVector::FReal Radius) | FNavigationOctree | |
| FNavigationOctreeController | FNavigationOctree | friend |
| FNavigationOctreeSemantics | FNavigationOctree | friend |
| FNodeIndex typedef | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | |
| FReal typedef | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | |
| GatheringNavModifiersTimeLimitWarning | FNavigationOctree | protected |
| GeometryExportDelegate | FNavigationOctree | |
| GetDataForID(const FOctreeElementId2 &Id) const | FNavigationOctree | |
| GetElementById(FOctreeElementId2 ElementId) | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | inline |
| GetElementById(FOctreeElementId2 ElementId) const | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | inline |
| GetElementsForNode(FNodeIndex NodeIndex) const | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | inline |
| GetMutableDataForID(const FOctreeElementId2 &Id) | FNavigationOctree | |
| GetNavGeometryStoringMode() const | FNavigationOctree | inline |
| GetNodeLevelExtent(int32 Level) const | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | inline |
| GetNumNodes() const | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | inline |
| GetRootBounds() const | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | inline |
| GetSizeBytes() const | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | inline |
| HashObject(const UObject &Object) | FNavigationOctree | inlinestatic |
| IsLazyGathering(const FNavigationElement &NavigationElement) const | FNavigationOctree | |
| IsLazyGathering(const INavRelevantInterface &ChildNavInterface) const | FNavigationOctree | |
| IsValidElementId(FOctreeElementId2 ElementId) const | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | inline |
| NavRelevantGeometryExportDelegate | FNavigationOctree | |
| NodesMemory | FNavigationOctree | protected |
| operator=(TSharedFromThis const &) | TSharedFromThis< FNavigationOctree, ESPMode::ThreadSafe > | inlineprotected |
| RemoveElement(FOctreeElementId2 ElementId) | FNavigationOctree | inline |
| RemoveNode(const FOctreeElementId2 &Id) | FNavigationOctree | |
| SetDataGatheringMode(ENavDataGatheringModeConfig Mode) | FNavigationOctree | |
| SetElementId(const FNavigationOctreeElement &Element, FOctreeElementId2 Id) | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | inlineprotected |
| SetElementIdImpl(const uint32 OwnerUniqueId, FOctreeElementId2 Id) | FNavigationOctree | protected |
| SetElementIdImpl(FNavigationElementHandle ElementHandle, FOctreeElementId2 Id) | FNavigationOctree | protected |
| SetGatheringNavModifiersTimeLimitWarning(const float Threshold) | FNavigationOctree | |
| SetNavigableGeometryStoringMode(ENavGeometryStoringMode NavGeometryMode) | FNavigationOctree | |
| SharedThis(OtherType *ThisPtr) | TSharedFromThis< FNavigationOctree, ESPMode::ThreadSafe > | inlineprotectedstatic |
| SharedThis(const OtherType *ThisPtr) | TSharedFromThis< FNavigationOctree, ESPMode::ThreadSafe > | inlineprotectedstatic |
| ShrinkElements() | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | inline |
| SkipNavGeometry enum value | FNavigationOctree | |
| StoreNavGeometry enum value | FNavigationOctree | |
| TOctree2(const FVector &InOrigin, FVector::FReal InExtent) | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | inline |
| TOctree2() | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | inline |
| TSharedFromThis() | TSharedFromThis< FNavigationOctree, ESPMode::ThreadSafe > | inlineprotected |
| TSharedFromThis(TSharedFromThis const &) | TSharedFromThis< FNavigationOctree, ESPMode::ThreadSafe > | inlineprotected |
| UpdateNode(const FOctreeElementId2 &Id, const FBox &NewBounds) | FNavigationOctree | |
| UpdateWeakReferenceInternal(TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const | TSharedFromThis< FNavigationOctree, ESPMode::ThreadSafe > | inline |
| UpdateWeakReferenceInternal(TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const | TSharedFromThis< FNavigationOctree, ESPMode::ThreadSafe > | inline |
| ~FNavigationOctree() | FNavigationOctree | virtual |
| ~TSharedFromThis() | TSharedFromThis< FNavigationOctree, ESPMode::ThreadSafe > | inlineprotected |