Navigation
Unreal Engine C++ API Reference > Plugins > ChooserEditor > FInterfaceClassFilter
- IClassViewerFilter::IsUnloadedClassAllowed()
- FInterfaceClassFilter::IsUnloadedClassAllowed()
References
Module | ChooserEditor |
Header | /Engine/Plugins/Experimental/Chooser/Source/ChooserEditor/Public/ObjectChooserClassFilter.h |
Include | #include "ObjectChooserClassFilter.h" |
virtual bool IsUnloadedClassAllowed
&40;
const FClassViewerInitializationOptions & InInitOptions,
const TSharedRef< const class IUnloadedBlueprintData > InUnloadedClassData,
TSharedRef< class FClassViewerFilterFuncs > InFilterFuncs
&41;
Remarks
Checks if a class is allowed by this filter.
Parameters
Name | Description |
---|---|
InInitOptions | The Class Viewer/Picker options. |
InUnloadedClassData | The information for the unloaded class to be tested. |
InFilterFuncs | Useful functions for filtering. |