Navigation
API > API/Plugins > API/Plugins/ProxyTable
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UProxyAsset
References
| Module | ProxyTable |
| Header | /Engine/Plugins/Experimental/Chooser/Source/ProxyTable/Public/ProxyAsset.h |
| Include | #include "ProxyAsset.h" |
Syntax
UCLASS&40;MinimalAPI, BlueprintType&41;
class UProxyAsset :
public UObject,
public IHasContextClass
Variables
| Type | Name | Description | |
|---|---|---|---|
| EObjectChooserResultType | CachedPreviousResultType | ||
| UClass * | CachedPreviousType | Caching the type so that on Undo, we can tell if we should fire the changed delegate | |
| TArray< FInstancedStruct > | ContextData | ||
| FGuid | Guid | ||
| FProxyTypeChanged | OnTypeChanged | ||
| FInstancedStruct | ProxyTable | ||
| EObjectChooserResultType | ResultType | ||
| TObjectPtr< UClass > | Type |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UProxyAsset () |
|||
UProxyAsset
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UObject * | FindProxyObject
(
FChooserEvaluationContext& Context |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostDuplicate
(
EDuplicateMode::Type DuplicateMode |
||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally | |
| void | PostEditUndo () |
Called after applying a transaction to the object. | |
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |
Overridden from IHasContextClass
| Type | Name | Description | |
|---|---|---|---|
| TConstArrayView< FInstancedStruct > |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UClass > | ContextClass_DEPRECATED |