Navigation
API > API/Editor > API/Editor/BehaviorTreeEditor
| Name | FValueOrBBKeyDetails |
| Type | class |
| Header File | /Engine/Source/Editor/BehaviorTreeEditor/Classes/ValueOrBBKeyDetails.h |
| Include Path | #include "ValueOrBBKeyDetails.h" |
Syntax
class FValueOrBBKeyDetails : public IPropertyTypeCustomization
Implements Interfaces
Derived Classes
FValueOrBBKeyDetails derived class hierarchy
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanEditDefaultValue() |
ValueOrBBKeyDetails.h | ||
virtual void CustomizeChildren
(
TSharedRef< class IPropertyHandle > StructPropertyHandle, |
ValueOrBBKeyDetails.h | ||
virtual void CustomizeHeader
(
TSharedRef< class IPropertyHandle > StructPropertyHandle, |
ValueOrBBKeyDetails.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > CreateDefaultValueWidget() |
ValueOrBBKeyDetails.h | ||
const FValueOrBlackboardKeyBase * GetDataPtr() |
ValueOrBBKeyDetails.h | ||
FText GetKeyDesc() |
ValueOrBBKeyDetails.h | ||
void GetMatchingKeys
(
TArray< FName >& OutNames |
ValueOrBBKeyDetails.h | ||
bool HasAccessToBlackboard() |
ValueOrBBKeyDetails.h | ||
TSharedRef< SWidget > OnGetKeyNames() |
ValueOrBBKeyDetails.h | ||
void OnKeyChanged
(
int32 Index |
ValueOrBBKeyDetails.h | ||
virtual void ValidateData() |
ValueOrBBKeyDetails.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< IPropertyTypeCustomization > MakeInstance() |
Makes a new instance of this detail layout class for a specific detail view requesting it | ValueOrBBKeyDetails.h |