UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ClientPilotComponent.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
5#include "UObject/Object.h"
8
9#include "ClientPilotComponent.generated.h"
10
12
13UCLASS(MinimalAPI)
15{
17public:
19 CLIENTPILOT_API UClientPilotBlackboard* GetBlackboardInstance();
20 CLIENTPILOT_API virtual void ThinkAndAct();
21
22};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition ClientPilotBlackboard.h:15
Definition ClientPilotComponent.h:15
Definition Object.h:95