Navigation
API > API/Plugins > API/Plugins/PoseSearchEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPoseSearchDatabaseReflectionBase
- UPoseSearchDatabaseAnimCompositeReflection
- UPoseSearchDatabaseAnimMontageReflection
- UPoseSearchDatabaseBlendSpaceReflection
- UPoseSearchDatabaseMultiAnimAssetReflection
- UPoseSearchDatabaseSequenceReflection
References
| Module | PoseSearchEditor |
| Header | /Engine/Plugins/Animation/PoseSearch/Source/Editor/Public/PoseSearchDatabaseEditorReflection.h |
| Include | #include "PoseSearchDatabaseEditorReflection.h" |
Syntax
UCLASS ()
class UPoseSearchDatabaseReflectionBase : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< UE::PoseSearch::SDatabaseAssetTree > | AssetTreeWidget | ||
| TWeakPtr< UE::PoseSearch::FDatabaseAssetTreeNode > | WeakAssetTreeNode |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ApplyChanges () |
||
| void | SetSourceLink
(
const TWeakPtr< UE::PoseSearch::FDatabaseAssetTreeNode >& InWeakAssetTreeNode, |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |