CriWare Unreal Engine
Plug-ins for CriWare solutions.
読み取り中…
検索中…
一致する文字列を見つけられません
FAtomSelectorParamCustomization クラス

#include <AtomSelectorParamCustomization.h>

FAtomSelectorParamCustomization の継承関係図

公開メンバ関数

virtual void CustomizeChildren (TSharedRef< IPropertyHandle > PropertyHandle, class IDetailChildrenBuilder &ChildBuilder, IPropertyTypeCustomizationUtils &StructCustomizationUtils) override
virtual void CustomizeHeader (TSharedRef< IPropertyHandle > PropertyHandle, class FDetailWidgetRow &HeaderRow, IPropertyTypeCustomizationUtils &StructCustomizationUtils) override

静的公開メンバ関数

static TSharedRef< IPropertyTypeCustomization > MakeInstance ()

非公開メンバ関数

void OnSearchBoxLabelCommitted (const FText &InSearchText, ETextCommit::Type CommitInfo)
void OnSearchBoxNameCommitted (const FText &InSearchText, ETextCommit::Type CommitInfo)

非公開変数類

TSharedPtr< IPropertyHandle > SelectorParamPropertyHandle

関数詳解

◆ CustomizeChildren()

void FAtomSelectorParamCustomization::CustomizeChildren ( TSharedRef< IPropertyHandle > PropertyHandle,
class IDetailChildrenBuilder & ChildBuilder,
IPropertyTypeCustomizationUtils & StructCustomizationUtils )
overridevirtual

◆ CustomizeHeader()

void FAtomSelectorParamCustomization::CustomizeHeader ( TSharedRef< IPropertyHandle > PropertyHandle,
class FDetailWidgetRow & HeaderRow,
IPropertyTypeCustomizationUtils & StructCustomizationUtils )
overridevirtual

IPropertyTypeCustomization interface

◆ MakeInstance()

TSharedRef< IPropertyTypeCustomization > FAtomSelectorParamCustomization::MakeInstance ( )
static

Makes a new instance of this detail layout class for a specific detail view requesting it

◆ OnSearchBoxLabelCommitted()

void FAtomSelectorParamCustomization::OnSearchBoxLabelCommitted ( const FText & InSearchText,
ETextCommit::Type CommitInfo )
private

◆ OnSearchBoxNameCommitted()

void FAtomSelectorParamCustomization::OnSearchBoxNameCommitted ( const FText & InSearchText,
ETextCommit::Type CommitInfo )
private

Handles search box commit for name properties

引数
InSearchTextText that was committed
CommitInfoCommit method
PropertyIndexIndex of the name properties in internal array

メンバ詳解

◆ SelectorParamPropertyHandle

TSharedPtr<IPropertyHandle> FAtomSelectorParamCustomization::SelectorParamPropertyHandle
private

このクラス詳解は次のファイルから抽出されました: