Navigation
API > API/Editor > API/Editor/BehaviorTreeEditor
Inheritance Hierarchy
- IPropertyTypeCustomization
- FValueOrBBKeyDetails
- FValueOrBBKeyDetails_Class
- FValueOrBBKeyDetails_Enum
- FValueOrBBKeyDetails_Object
- FValueOrBBKeyDetails_Struct
- FValueOrBBKeyDetails_WithChild
References
| Module | BehaviorTreeEditor |
| Header | /Engine/Source/Editor/BehaviorTreeEditor/Classes/ValueOrBBKeyDetails.h |
| Include | #include "ValueOrBBKeyDetails.h" |
Syntax
class FValueOrBBKeyDetails : public IPropertyTypeCustomization
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IPropertyUtilities > | CachedUtils | ||
| TSharedPtr< IPropertyHandle > | DefaultValueProperty | ||
| TSharedPtr< IPropertyHandle > | KeyProperty | ||
| TArray< FName > | MatchingKeys | ||
| TSharedPtr< IPropertyHandle > | StructProperty |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| TSharedRef< SWidget > | |||
| void | CustomizeChildren
(
TSharedRef< class IPropertyHandle > StructPropertyHandle, |
||
| void | CustomizeHeader
(
TSharedRef< class IPropertyHandle > StructPropertyHandle, |
||
| const FValueOrBlackboardKeyBase * | GetDataPtr () |
||
| FText | GetKeyDesc () |
||
| void | GetMatchingKeys
(
TArray< FName >& OutNames |
||
| bool | |||
| TSharedRef< IPropertyTypeCustomization > | MakeInstance () |
Makes a new instance of this detail layout class for a specific detail view requesting it | |
| TSharedRef< SWidget > | |||
| void | OnKeyChanged
(
int32 Index |
||
| void | ValidateData () |