Navigation
API > API/Plugins > API/Plugins/ToolsetRegistry > API/Plugins/ToolsetRegistry/UToolCallAsyncResult
Description
Check whether a property references an async result class. Returns the async result UClass if the property is an FObjectProperty whose class derives from UToolCallAsyncResult, nullptr otherwise.
| Name | MatchesProperty |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Public/ToolsetRegistry/ToolCallAsyncResult.h |
| Include Path | #include "ToolsetRegistry/ToolCallAsyncResult.h" |
| Source | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Private/ToolsetRegistry/ToolCallAsyncResult.cpp |
static UClass * MatchesProperty
(
TNotNull< const FProperty * > Property
)