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