Navigation
API > API/Plugins > API/Plugins/ToolsetRegistry > API/Plugins/ToolsetRegistry/UToolsetDefinition
Description
Returns an Error if the function cannot be added to the tool and lacks the AIIgnore metadata. Otherwise, returns a Value of whether or not the function can be added to the tool.
| Name | IsFunctionAICallable |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Public/ToolsetRegistry/ToolsetDefinition.h |
| Include Path | #include "ToolsetRegistry/ToolsetDefinition.h" |
| Source | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Private/ToolsetRegistry/ToolsetDefinition.cpp |
static TValueOrError < bool, FString > IsFunctionAICallable
(
const TObjectPtr < const UFunction > & Function
)