Navigation
API > API/Plugins > API/Plugins/ProxyTable
Inheritance Hierarchy
- UObject
- UProxyTable
References
| Module | ProxyTable |
| Header | /Engine/Plugins/Experimental/Chooser/Source/ProxyTable/Public/ProxyTable.h |
| Include | #include "ProxyTable.h" |
Syntax
UCLASS (BlueprintType)
class UProxyTable : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FProxyEntry > | Entries | ||
| TArray< TObjectPtr< UProxyTable > > | InheritEntriesFrom | ||
| TArray< FGuid > | Keys | ||
| FProxyTableChanged | OnProxyTableChanged | ||
| TArray< FRuntimeProxyValue > | RuntimeValues |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UProxyTable () |
|||
UProxyTable
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BeginDestroy () |
||
| UObject * | FindProxyObject
(
const FGuid& Key, |
||
| FObjectChooserBase::EIteratorStatus | FindProxyObjectMulti
(
const FGuid& Key, |
||
| void | PostLoad () |
||
| void | PostTransacted
(
const FTransactionObjectEvent& TransactionEvent |