Navigation
API > API/Plugins > API/Plugins/PoseSearchEditor
Customises FPoseSearchColumnRowReflection so the Database picker only offers UPoseSearchDatabase instances embedded in the owning chooser (NestedObjects), rather than the full project asset browser.
| Name | FPoseSearchColumnRowReflectionCustomization |
| Type | class |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Editor/Public/PoseSearchCustomization.h |
| Include Path | #include "PoseSearchCustomization.h" |
Syntax
class FPoseSearchColumnRowReflectionCustomization : public IPropertyTypeCustomization
Implements Interfaces
Functions
Public Virtual
Overridden from IPropertyTypeCustomization
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CustomizeChildren
(
TSharedRef< IPropertyHandle > InStructPropertyHandle, |
PoseSearchCustomization.h | ||
virtual void CustomizeHeader
(
TSharedRef< IPropertyHandle > InStructPropertyHandle, |
PoseSearchCustomization.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< IPropertyTypeCustomization > MakeInstance() |
PoseSearchCustomization.h |