FClassViewerFilterOption

Used to define a custom class viewer filter option.

Unreal Engine C++ API Reference > Editor > ClassViewer

References

   
Module ClassViewer
Header /Engine/Source/Editor/ClassViewer/Public/ClassViewerFilter.h
Include #include "ClassViewerFilter.h"

Syntax

class FClassViewerFilterOption  

Remarks

Used to define a custom class viewer filter option.

Variables

Type Name Description
bool bEnabled Whether or not the option is currently enabled (default = true).
TAttribute< FTe... LabelText Localized label text to use for the option in the class viewer's filter menu.
FOnClassViewerF... OnOptionChanged Optional external delegate that will be invoked when this filter option is changed.
TAttribute< FTe... ToolTipText Localized tooltip text to use for the option in the class viewer's filter menu.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library