LD::Editor::PropertyUtils::IO::FPropertyFilter¶
#include <SMEditorPropertyIOUtils.h>
Description¶
Filter for locating properties.
Public Functions¶
| Name | |
|---|---|
| DECLARE_DELEGATE_RetVal_OneParam(bool , FOnFilterGraphProperty , const FSMGraphProperty_Base & ) |
Public Attributes¶
| Name | |
|---|---|
| TOptional< ESMGraphPropertyFlags > | GraphPropertyFlags |
| TSet< EPropertyOwnerType > | PropertyOwnerTypes |
| TSet< FProperty * > | ExcludeProperties |
| FOnFilterGraphProperty | OnFilterGraphProperty |
Public Functions Documentation¶
function DECLARE_DELEGATE_RetVal_OneParam¶
Public Attributes Documentation¶
variable GraphPropertyFlags¶
Flags specific to graph properties.
variable PropertyOwnerTypes¶
The type(s) of object owning the property.
variable ExcludeProperties¶
Specific properties to exclude.
variable OnFilterGraphProperty¶
Called on each graph property, return true to filter it out.