vault backup: 2025-01-24 20:23:32

This commit is contained in:
BlueRose 2025-01-24 20:23:32 +08:00
parent 874a0af0db
commit 01cfbbc5ca

View File

@ -146,35 +146,35 @@
## DetailsPanel
| Name | 引擎模块 | 功能描述 | 常用程度 |
| ------------------------------------------------------------ | ------------ | ------------------------------------------------------------ | -------- |
| [HideInDetailPanel](DetailsPanel/HideInDetailPanel/HideInDetailPanel.md) | DetailsPanel | 在Actor的事件面板里隐藏该动态多播委托属性。 | ★★ |
| [DisplayAfter](DetailsPanel/DisplayAfter/DisplayAfter.md) | DetailsPanel | 使本属性在指定的属性之后显示。 | ★★★ |
| [EditCondition](DetailsPanel/EditCondition/EditCondition.md) | DetailsPanel | 给一个属性指定另外一个属性或者表达式来作为是否可编辑的条件。 | ★★★★★ |
| [EditConditionHides](DetailsPanel/EditConditionHides/EditConditionHides.md) | DetailsPanel | 在已经有EditCondition的情况下指定该属性在EditCondition不满足的情况下隐藏起来。 | ★★★★★ |
| [InlineEditConditionToggle](DetailsPanel/InlineEditConditionToggle/InlineEditConditionToggle.md) | DetailsPanel | 使这个bool属性在被用作EditCondition的时候内联到对方的属性行里成为一个单选框而不是自己成为一个编辑行。 | ★★★★★ |
| [HideEditConditionToggle](DetailsPanel/HideEditConditionToggle/HideEditConditionToggle.md) | DetailsPanel | 用在使用EditCondition的属性上表示该属性不想要其EditCondition用到的属性被隐藏起来。 | ★★★★★ |
| [DisplayPriority](DetailsPanel/DisplayPriority/DisplayPriority.md) | DetailsPanel | 指定本属性在细节面板的显示顺序优先级,越小的优先级越高。 | ★★★ |
| [AdvancedClassDisplay](DetailsPanel/AdvancedClassDisplay.md) | DetailsPanel | 指定该类型的变量在高级显示里显示 | ★★★ |
| [bShowOnlyWhenTrue](DetailsPanel/bShowOnlyWhenTrue/bShowOnlyWhenTrue.md) | DetailsPanel | 根据编辑器config配置文件里字段值来决定当前属性是否显示。 | ★ |
| [PrioritizeCategories](DetailsPanel/PrioritizeCategories.md) | DetailsPanel | 把指定的属性目录优先显示在前面 | ★★★ |
| [AutoExpandCategories](DetailsPanel/AutoExpandCategories.md) | DetailsPanel | 指定类内部的属性目录自动展开起来 | ★★★ |
| [AutoCollapseCategories](DetailsPanel/AutoCollapseCategories.md) | DetailsPanel | 指定类内部的属性目录自动折叠起来 | ★★★ |
| [ClassGroupNames](DetailsPanel/ClassGroupNames.md) | DetailsPanel | 指定ClassGroup的名字 | ★★★ |
| [MaxPropertyDepth](DetailsPanel/MaxPropertyDepth/MaxPropertyDepth.md) | DetailsPanel | 指定对象或结构在细节面板里展开的层数。 | ★ |
| [DeprecatedNode](DetailsPanel/DeprecatedNode/DeprecatedNode.md) | DetailsPanel | 用于BehaviorTreeNode或EnvQueryNode说明该类已废弃在编辑器中红色错误展示并有错误ToolTip提示 | ★★ |
| [UsesHierarchy](DetailsPanel/UsesHierarchy.md) | DetailsPanel | 说明类使用层级数据。用于实例化“细节”面板中的层级编辑功能。 | 💀 |
| [IgnoreCategoryKeywordsInSubclasses](DetailsPanel/IgnoreCategoryKeywordsInSubclasses.md) | DetailsPanel | 用于让一个类的首个子类忽略所有继承的 ShowCategories 和 HideCategories 说明符。 | ★ |
| [NoResetToDefault](DetailsPanel/NoResetToDefault/NoResetToDefault.md) | DetailsPanel | 禁用和隐藏属性在细节面板上的“重置”功能。 | ★★★ |
| [ReapplyCondition](DetailsPanel/ReapplyCondition.md) | DetailsPanel | // Properties that have a ReapplyCondition should be disabled behind the specified property when in reapply mode | ★ |
| [HideBehind](DetailsPanel/HideBehind.md) | DetailsPanel | 只在指定的属性为true或不为空的时候本属性才显示 | ★ |
| [Category](DetailsPanel/Category.md) | DetailsPanel | 指定属性在细节面板中的分类 | ★★★★★ |
| [HideCategories](DetailsPanel/HideCategories.md) | DetailsPanel | 隐藏的类别 | ★★★ |
| [ShowCategories](DetailsPanel/ShowCategories.md) | DetailsPanel | 显示类别 | 💀 |
| [EditInline](DetailsPanel/EditInline/EditInline.md) | DetailsPanel | 为对象属性创建一个实例,并作为子对象。 | ★★★ |
| [NoEditInline](DetailsPanel/NoEditInline.md) | DetailsPanel | Object properties pointing to an UObject instance whos class is marked editinline will not show their properties inline in property windows. Useful for getting actor components to appear in the component tree but not inline in the root actor details panel. | 💀 |
| [AllowEditInlineCustomization](DetailsPanel/AllowEditInlineCustomization/AllowEditInlineCustomization.md) | DetailsPanel | 允许EditInline的对象属性可以自定义属性细节面板来编辑该对象内的数据。 | ★ |
| [ForceInlineRow](DetailsPanel/ForceInlineRow/ForceInlineRow.md) | DetailsPanel | 强制TMap属性里的结构key和其他Value合并到同一行来显示 | ★ |
| Name | 引擎模块 | 功能描述 | 常用程度 |
| --------------------------------------------------------------------------------------------------------- | ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----- |
| [HideInDetailPanel](DetailsPanel/HideInDetailPanel/HideInDetailPanel.md) | DetailsPanel | 在Actor的事件面板里隐藏该动态多播委托属性。 | ★★ |
| [DisplayAfter](DetailsPanel/DisplayAfter/DisplayAfter.md) | DetailsPanel | 使本属性在指定的属性之后显示。 | ★★★ |
| [EditCondition](DetailsPanel/EditCondition/EditCondition.md) | DetailsPanel | 给一个属性指定另外一个属性或者表达式来作为是否可编辑的条件。 | ★★★★★ |
| [EditConditionHides](DetailsPanel/EditConditionHides/EditConditionHides.md) | DetailsPanel | 在已经有EditCondition的情况下指定该属性在EditCondition不满足的情况下隐藏起来。 | ★★★★★ |
| [InlineEditConditionToggle](DetailsPanel/InlineEditConditionToggle/InlineEditConditionToggle.md) | DetailsPanel | 使这个bool属性在被用作EditCondition的时候内联到对方的属性行里成为一个单选框而不是自己成为一个编辑行。 | ★★★★★ |
| [HideEditConditionToggle](DetailsPanel/HideEditConditionToggle/HideEditConditionToggle.md) | DetailsPanel | 用在使用EditCondition的属性上表示该属性不想要其EditCondition用到的属性被隐藏起来。 | ★★★★★ |
| [DisplayPriority](DetailsPanel/DisplayPriority/DisplayPriority.md) | DetailsPanel | 指定本属性在细节面板的显示顺序优先级,越小的优先级越高。 | ★★★ |
| [AdvancedClassDisplay](DetailsPanel/AdvancedClassDisplay.md) | DetailsPanel | 指定该类型的变量在高级显示里显示 | ★★★ |
| [bShowOnlyWhenTrue](DetailsPanel/bShowOnlyWhenTrue/bShowOnlyWhenTrue.md) | DetailsPanel | 根据编辑器config配置文件里字段值来决定当前属性是否显示。 | ★ |
| [PrioritizeCategories](DetailsPanel/PrioritizeCategories.md) | DetailsPanel | 把指定的属性目录优先显示在前面 | ★★★ |
| [AutoExpandCategories](DetailsPanel/AutoExpandCategories.md) | DetailsPanel | 指定类内部的属性目录自动展开起来 | ★★★ |
| [AutoCollapseCategories](DetailsPanel/AutoCollapseCategories.md) | DetailsPanel | 指定类内部的属性目录自动折叠起来 | ★★★ |
| [ClassGroupNames](DetailsPanel/ClassGroupNames.md) | DetailsPanel | 指定ClassGroup的名字 | ★★★ |
| [MaxPropertyDepth](DetailsPanel/MaxPropertyDepth/MaxPropertyDepth.md) | DetailsPanel | 指定对象或结构在细节面板里展开的层数。 | ★ |
| [DeprecatedNode](DetailsPanel/DeprecatedNode/DeprecatedNode.md) | DetailsPanel | 用于BehaviorTreeNode或EnvQueryNode说明该类已废弃在编辑器中红色错误展示并有错误ToolTip提示 | ★★ |
| [UsesHierarchy](DetailsPanel/UsesHierarchy.md) | DetailsPanel | 说明类使用层级数据。用于实例化“细节”面板中的层级编辑功能。 | 💀 |
| [IgnoreCategoryKeywordsInSubclasses](DetailsPanel/IgnoreCategoryKeywordsInSubclasses.md) | DetailsPanel | 用于让一个类的首个子类忽略所有继承的 ShowCategories 和 HideCategories 说明符。 | ★ |
| [NoResetToDefault](DetailsPanel/NoResetToDefault/NoResetToDefault.md) | DetailsPanel | 禁用和隐藏属性在细节面板上的“重置”功能。 | ★★★ |
| [ReapplyCondition](DetailsPanel/ReapplyCondition.md) | DetailsPanel | // Properties that have a ReapplyCondition should be disabled behind the specified property when in reapply mode | ★ |
| [HideBehind](DetailsPanel/HideBehind.md) | DetailsPanel | 只在指定的属性为true或不为空的时候本属性才显示 | ★ |
| [Category](DetailsPanel/Category.md) | DetailsPanel | 指定属性在细节面板中的分类 | ★★★★★ |
| [HideCategories](DetailsPanel/HideCategories.md) | DetailsPanel | 隐藏的类别 | ★★★ |
| [ShowCategories](DetailsPanel/ShowCategories.md) | DetailsPanel | 显示类别 | 💀 |
| [EditInline](DetailsPanel/EditInline/EditInline.md) | DetailsPanel | 为对象属性创建一个实例,并作为子对象。 | ★★★ |
| [NoEditInline](DetailsPanel/NoEditInline.md) | DetailsPanel | Object properties pointing to an UObject instance whos class is marked editinline will not show their properties inline in property windows. Useful for getting actor components to appear in the component tree but not inline in the root actor details panel. | 💀 |
| [AllowEditInlineCustomization](DetailsPanel/AllowEditInlineCustomization/AllowEditInlineCustomization.md) | DetailsPanel | 允许EditInline的对象属性可以自定义属性细节面板来编辑该对象内的数据。 | ★ |
| [ForceInlineRow](DetailsPanel/ForceInlineRow/ForceInlineRow.md) | DetailsPanel | 强制TMap属性里的结构key和其他Value合并到同一行来显示 | ★ |
## Development