Navigation
API > API/Plugins > API/Plugins/MLAdapter > API/Plugins/MLAdapter/FMLAdapterLibrarian
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetFunctionDescription
(
const FName FunctionName, |
Gets the function description for the given function name. | MLAdapterLibrarian.h | |
bool GetFunctionDescription
(
const FString& FunctionName, |
Inlines | MLAdapterLibrarian.h |
GetFunctionDescription(const FName, FString &)
Description
Gets the function description for the given function name.
| Name | GetFunctionDescription |
| Type | function |
| Header File | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Public/MLAdapterLibrarian.h |
| Include Path | #include "MLAdapterLibrarian.h" |
| Source | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Private/MLAdapterLibrarian.cpp |
bool GetFunctionDescription
(
const FName FunctionName,
FString & OutDescription
) const
True if the description was found. Otherwise false.
Parameters
| Name | Remarks |
|---|---|
| FunctionName | The name of the function whose description we would like to get. |
| OutDescription | The description will be returned here if found. |
GetFunctionDescription(const FString &, FString &)
Description
Gets the function description for the given function name.
| Name | GetFunctionDescription |
| Type | function |
| Header File | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Public/MLAdapterLibrarian.h |
| Include Path | #include "MLAdapterLibrarian.h" |
bool GetFunctionDescription
(
const FString & FunctionName,
FString & OutDescription
) const
True if the description was found. Otherwise false.
Parameters
| Name | Remarks |
|---|---|
| FunctionName | The name of the function whose description we would like to get. |
| OutDescription | The description will be returned here if found. |