Navigation
API > API/Plugins > API/Plugins/ProxyTable > API/Plugins/ProxyTable/UProxyTableFunctionLibrary
Description
Get all entries in a ProxyTable as a map from ProxyAsset to its resolved UObject value. Editor-only: uses editor-only APIs (GetReferencedObject) that are not available in cooked builds.
| Name | GetProxyTableEntries |
| Type | function |
| Header File | /Engine/Plugins/Chooser/Source/ProxyTable/Public/ProxyTableFunctionLibrary.h |
| Include Path | #include "ProxyTableFunctionLibrary.h" |
| Source | /Engine/Plugins/Chooser/Source/ProxyTable/Private/ProxyTableFunctionLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Animation", Meta=(CallInEditor="true"))
static TMap< UProxyAsset *, UObject * > GetProxyTableEntries
(
const UProxyTable * ProxyTable
)
Map of ProxyAsset to resolved UObject value
Parameters
| Name | Remarks |
|---|---|
| ProxyTable | (in) The ProxyTable asset to read entries from |