Navigation
API > API/Runtime > API/Runtime/AIModule
| |
|
| Name |
FAIDataProviderIntValue |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/AIModule/Classes/DataProviders/AIDataProvider.h |
| Include Path |
#include "DataProviders/AIDataProvider.h" |
Syntax
USTRUCT ()
struct FAIDataProviderIntValue : public FAIDataProviderTypedValue
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FAIDataProviderIntValue()
|
|
DataProviders/AIDataProvider.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| DefaultValue |
int32 |
|
DataProviders/AIDataProvider.h |
- EditAnywhere
- Category=Value
|
Functions
Public
Overridden from FAIDataProviderValue
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual FString ValueToString()
|
Describe default data |
DataProviders/AIDataProvider.h |
|