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, BlueprintInternalUseOnly&61;"true"&41;,
Category&61;"Animation"&41;
static UObject &42; EvaluateProxyTable
&40;
const UObject &42; ContextObject,
const UProxyTable &42; ProxyTable,
FName Key
&41;
Remarks
Temporary backwards compatibility function! please switch to EvaluateProxyAsset
Parameters
| Name | Description |
|---|---|
| ContextObject | (in) An Object from which the parameters to the Chooser Table will be read |
| ProxyTable | (in) The ProxyTable asset |
| Key | (in) The Key from the ProxyTable asset |