Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | FAIDataProviderTypedValue |
| Type | struct |
| Header File | /Engine/Source/Runtime/AIModule/Classes/DataProviders/AIDataProvider.h |
| Include Path | #include "DataProviders/AIDataProvider.h" |
Syntax
USTRUCT ()
struct FAIDataProviderTypedValue : public FAIDataProviderValue
Inheritance Hierarchy
- FAIDataProviderValue → FAIDataProviderTypedValue
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAIDataProviderTypedValue() |
DataProviders/AIDataProvider.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PropertyType | FFieldClass * | DataProviders/AIDataProvider.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Serialize
(
FArchive& Ar |
Implementing Serialize to convert UClass to FFieldClass | DataProviders/AIDataProvider.h |
Overridden from FAIDataProviderValue
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsMatchingType
(
FProperty* PropType |
Filter for provider's properties | DataProviders/AIDataProvider.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PropertyType_DEPRECATED | TObjectPtr< UClass > | Type of value | DataProviders/AIDataProvider.h |