Navigation
API > API/Plugins > API/Plugins/ProxyTable
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UProxyAsset
References
| Module | ProxyTable |
| Header | /Engine/Plugins/Chooser/Source/ProxyTable/Public/ProxyAsset.h |
| Include | #include "ProxyAsset.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Experimental)
class UProxyAsset :
public UObject ,
public IHasContextClass
Remarks
EXPERIMENTAL: An indirect mapping to an asset. The direct mapping is defined in a Proxy Table.
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 | ||
| 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, |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | GetAssetRegistryTags
(
FAssetRegistryTagsContext Context |
Gathers a list of asset registry searchable tags which are name/value pairs with some type information This only needs to be implemented for asset objects | |
| 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. | |
| void | Handles reading, writing, and reference collecting using FArchive. |
Overridden from IHasContextClass
| Type | Name | Description | |
|---|---|---|---|
| TConstArrayView< FInstancedStruct > | |||
| UObject * | |||
| FString |
Constants
| Name | Description |
|---|---|
| TypeTagName |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UClass > | ContextClass_DEPRECATED |