Navigation
API > API/Plugins > API/Plugins/NavCorridor
Component for testing AI Locomotion functionality.
| Name | UNavCorridorTestingComponent |
| Type | class |
| Header File | /Engine/Plugins/Runtime/NavCorridor/Source/NavCorridor/Public/NavCorridorTestingComponent.h |
| Include Path | #include "NavCorridorTestingComponent.h" |
Syntax
UCLASS (MinimalAPI, ClassGroup=Custom,
HideCategories=(Physics, Collision, Rendering, Cooking, Lighting, Navigation, Tags, HLOD, Mobile, AssetUserData, Activation))
class UNavCorridorTestingComponent : public UDebugDrawComponent
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → USceneComponent → UPrimitiveComponent → UDebugDrawComponent → UNavCorridorTestingComponent
Implements Interfaces
- IAsyncPhysicsStateProcessor
- IInterface_AssetUserData
- IInterface_AsyncCompilation
- INavRelevantInterface
- IPhysicsComponent
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UNavCorridorTestingComponent
(
const FObjectInitializer& ObjectInitializer |
NavCorridorTestingComponent.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateTests() |
NavCorridorTestingComponent.h |
Overridden from USceneComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FBoxSphereBounds CalcBounds
(
const FTransform& LocalToWorld |
NavCorridorTestingComponent.h |
Overridden from UActorComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnRegister() |
NavCorridorTestingComponent.h | ||
virtual void OnUnregister() |
NavCorridorTestingComponent.h | ||
virtual void TickComponent
(
float DeltaTime, |
NavCorridorTestingComponent.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
NavCorridorTestingComponent.h | ||
virtual void PostLoad() |
NavCorridorTestingComponent.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateNavData() |
NavCorridorTestingComponent.h |