|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
#include <ArticyFilterHelpers.h>
Public Member Functions | |
| FFrontendFilter_ArticyVariable () | |
| ~FFrontendFilter_ArticyVariable () | |
| virtual FString | GetName () const |
| virtual FText | GetDisplayName () const |
| virtual FText | GetToolTipText () const |
| virtual bool | PassesFilter (FArticyVariableFilterType InItem) const override |
| FText | GetRawFilterText () const |
| void | SetRawFilterText (const FText &InFilterText) |
| FText | GetFilterErrorText () const |
A filter for testing Articy variables for various traits such as name, set name, etc.
| FFrontendFilter_ArticyVariable::FFrontendFilter_ArticyVariable | ( | ) |
Constructor for FFrontendFilter_ArticyVariable.
| FFrontendFilter_ArticyVariable::~FFrontendFilter_ArticyVariable | ( | ) |
Destructor for FFrontendFilter_ArticyVariable.
|
inlinevirtual |
Gets the display name of the filter.
| FText FFrontendFilter_ArticyVariable::GetFilterErrorText | ( | ) | const |
Get the last error returned from lexing or compiling the current filter text.
Retrieves any error text from the filter.
|
inlinevirtual |
Gets the name of the filter.
| FText FFrontendFilter_ArticyVariable::GetRawFilterText | ( | ) | const |
Returns the unsanitized and unsplit filter terms.
Retrieves the raw filter text.
|
inlinevirtual |
Gets the tooltip text for the filter.
|
overridevirtual |
Determines if the given variable passes the filter.
| InItem | The variable to test against the filter. |
| void FFrontendFilter_ArticyVariable::SetRawFilterText | ( | const FText & | InFilterText | ) |
Set the Text to be used as the Filter's restrictions.
| InFilterText | The filter text to set. |
Sets the raw filter text.
| InFilterText | The filter text to set. |