UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
NavigationDirtyElement.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "Math/Box.h"
7
8enum class ENavigationDirtyFlag : uint8;
11
13{
20
23
24#if WITH_EDITORONLY_DATA
25 UE_DEPRECATED(5.5, "Use NavigationElement instead.")
27
28 UE_DEPRECATED(5.5, "Use NavigationElement instead.")
30#endif // WITH_EDITORONLY_DATA
31
34
37
40
42 uint8 bHasPrevData : 1 = false;
43
46
49
52
53 UE_DEPRECATED(5.5, "The default constructor will be remove. Use the version with FNavigationElement instead.")
55 UE_DEPRECATED(5.5, "Use the version with FNavigationElement instead.")
57 UE_DEPRECATED(5.5, "Use the version with FNavigationElement instead.")
60 ENGINE_API explicit FNavigationDirtyElement(const TSharedRef<const FNavigationElement>& InNavigationElement, const bool bUseWorldPartitionedDynamicMode = false);
61
63
65
66 UE_DEPRECATED(5.5, "This operator will no longer be used.")
67 ENGINE_API bool operator==(const UObject*& OtherOwner) const;
68
70};
@ ForceInit
Definition CoreMiscDefines.h:155
#define UE_DEPRECATED(Version, Message)
Definition CoreMiscDefines.h:302
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
UE::Math::TBox< double > FBox
Definition MathFwd.h:55
ENavigationDirtyFlag
Definition NavigationDirtyArea.h:13
uint8_t uint8
Definition binka_ue_file_header.h:8
uint32_t uint32
Definition binka_ue_file_header.h:6
Definition UnrealType.h:3087
Definition NavRelevantInterface.h:49
Definition Array.h:670
Definition SharedPointer.h:153
Definition Object.h:95
@ false
Definition radaudio_common.h:23
Definition NavigationDirtyElement.h:13
ENavigationDirtyFlag FlagsOverride
Definition NavigationDirtyElement.h:36
TArray< FBox > ExplicitAreasToDirty
Definition NavigationDirtyElement.h:19
ENavigationDirtyFlag PrevFlags
Definition NavigationDirtyElement.h:39
TSharedRef< const FNavigationElement > NavigationElement
Definition NavigationDirtyElement.h:22
uint8 bIsInBaseNavmesh
Definition NavigationDirtyElement.h:51
FBox PrevBounds
Definition NavigationDirtyElement.h:33
uint8 bHasPrevData
Definition NavigationDirtyElement.h:42
uint8 bIsFromVisibilityChange
Definition NavigationDirtyElement.h:48
uint8 bInvalidRequest
Definition NavigationDirtyElement.h:45
ENGINE_API friend uint32 GetTypeHash(const FNavigationDirtyElement &Info)
Definition NavigationDirtyElement.cpp:64
Definition NavigationElement.h:94
Definition WeakObjectPtr.h:49