|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
Filters classes based on specified criteria for Articy references. More...
#include <ArticyIdCustomization.h>
Public Member Functions | |
| FArticyRefClassFilter (UClass *GivenClass=UArticyObject::StaticClass(), bool bInRequiresExactClass=false) | |
| Constructs an instance of FArticyRefClassFilter with specified class and exact class requirement. | |
| virtual bool | IsClassAllowed (const FClassViewerInitializationOptions &InInitOptions, const UClass *InClass, TSharedRef< FClassViewerFilterFuncs > InFilterFuncs) override |
| virtual bool | IsUnloadedClassAllowed (const FClassViewerInitializationOptions &InInitOptions, const TSharedRef< const IUnloadedBlueprintData > InUnloadedClassData, TSharedRef< FClassViewerFilterFuncs > InFilterFuncs) override |
Public Attributes | |
| UClass * | GivenClass = nullptr |
| The class to filter by. | |
| bool | bRequiresExactClass = false |
| Whether an exact class match is required. | |
Filters classes based on specified criteria for Articy references.
This class provides filtering functionality to restrict class selections to a given class and its children or require an exact class match.
|
explicit |
Constructs an instance of FArticyRefClassFilter with specified class and exact class requirement.
| GivenClass | The class to filter by. |
| bInRequiresExactClass | Whether an exact class match is required. |
| InGivenClass | The class to filter by. |
| bInRequiresExactClass | Whether an exact class match is required. |