Navigation
API > API/Runtime > API/Runtime/ClientPilot
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UClientPilotBlackboard
References
| Module | ClientPilot |
| Header | /Engine/Source/Runtime/ClientPilot/Public/ClientPilotBlackboard.h |
| Include | #include "ClientPilotBlackboard.h" |
Syntax
UCLASS (MinimalAPI)
class UClientPilotBlackboard : public UObject
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Variables
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddOrUpdateValue
(
FString KeyName, |
||
| void | AddOrUpdateValue
(
FString KeyName, |
||
| void | AddOrUpdateValue
(
FString KeyName, |
||
| void | AddOrUpdateValue
(
FString KeyName, |
||
| float | GetFloatValue
(
FString KeyName |
||
| int | GetIntValue
(
FString KeyName |
||
| FString | GetStringValue
(
FString KeyName |
||
| FVector | GetVectorValue
(
FString KeyName |
||
| void | InitializeFromProfile
(
FString CategoryToUse |
||
| void | |||
| void |