Navigation
API > API/Plugins > API/Plugins/ProxyTable
Inheritance Hierarchy
- UObject
- IHasContextClass
- UProxyAsset
References
| Module | ProxyTable |
| Header | /Engine/Plugins/Experimental/Chooser/Source/ProxyTable/Public/ProxyAsset.h |
| Include | #include "ProxyAsset.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
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 |
||
| FObjectChooserBase::EIteratorStatus | FindProxyObjectMulti
(
FChooserEvaluationContext& Context, |
||
| void | GetAssetRegistryTags
(
FAssetRegistryTagsContext Context |
||
| void | PostDuplicate
(
EDuplicateMode::Type DuplicateMode |
||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
||
| void | PostEditUndo () |
||
| void | PostLoad () |
Overridden from IHasContextClass
| Type | Name | Description | |
|---|---|---|---|
| TConstArrayView< FInstancedStruct > |
Constants
| Name | Description |
|---|---|
| TypeTagName |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UClass > | ContextClass_DEPRECATED |