Navigation
API > API/Plugins > API/Plugins/ProxyTable > API/Plugins/ProxyTable/UProxyTableFunctionLibrary
References
| Module | ProxyTable |
| Header | /Engine/Plugins/Experimental/Chooser/Source/ProxyTable/Public/ProxyTableFunctionLibrary.h |
| Include | #include "ProxyTableFunctionLibrary.h" |
| Source | /Engine/Plugins/Experimental/Chooser/Source/ProxyTable/Private/ProxyTableFunctionLibrary.cpp |
UFUNCTION&40;BlueprintPure,
Meta&61;&40;BlueprintThreadSafe, DeterminesOutputType&61;"ObjectClass", BlueprintInternalUseOnly&61;"true"&41;,
Category&61;"Animation"&41;
static UObject &42; EvaluateProxyAsset
&40;
const UObject &42; ContextObject,
const UProxyAsset &42; Proxy,
TSubclassOf< UObject > ObjectClass
&41;
Remarks
Resolve a proxy asset and return the selected UObject, or null
Parameters
| Name | Description |
|---|---|
| ContextObject | (in) An Object from which the Proxy Table will be read, and parameters to any nested Chooser Tables that need to evaluate |
| ProxyAsset | (in) The ProxyAsset asset |
| ObjectClass | (in) Expected type of result objects |