Navigation
API > API/Plugins > API/Plugins/ProxyTable > API/Plugins/ProxyTable/UProxyTableFunctionLibrary
References
| Module | ProxyTable |
| Header | /Engine/Plugins/Chooser/Source/ProxyTable/Public/ProxyTableFunctionLibrary.h |
| Include | #include "ProxyTableFunctionLibrary.h" |
| Source | /Engine/Plugins/Chooser/Source/ProxyTable/Private/ProxyTableFunctionLibrary.cpp |
UFUNCTION (BlueprintPure,
Meta=(BlueprintThreadSafe, DeterminesOutputType="ObjectClass", BlueprintInternalUseOnly="true"),
Category="Animation")
static UObject * EvaluateProxyAsset
(
const UObject * ContextObject,
const UProxyAsset * Proxy,
TSubclassOf < UObject > ObjectClass
)
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 |