UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
NavigationGraphNodeComponent.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#if UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_4
6#include "CoreMinimal.h"
7#endif
11#include "NavigationGraphNodeComponent.generated.h"
12
13UCLASS(config=Engine, MinimalAPI, HideCategories=(Mobility))
15{
17
18 UPROPERTY()
19 FNavGraphNode Node;
20
21 UPROPERTY()
23
24 UPROPERTY()
26
27 //~ Begin UObject Interface.
28 virtual void BeginDestroy() override;
29};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_UCLASS_BODY(...)
Definition ObjectMacros.h:768
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition Engine.Build.cs:7
Definition NavigationGraphNodeComponent.h:15
Definition NavigationGraph.h:41
Definition ObjectPtr.h:488