Navigation
API > API/Plugins > API/Plugins/SourceFilteringTrace
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDataSourceFilter
- UEmptySourceFilter
References
| Module | SourceFilteringTrace |
| Header | /Engine/Plugins/Developer/TraceSourceFiltering/Source/SourceFilteringTrace/Public/EmptySourceFilter.h |
| Include | #include "EmptySourceFilter.h" |
Syntax
UCLASS&40;NotBlueprintable, HideDropDown&41;
class UEmptySourceFilter : public UDataSourceFilter
Remarks
Source filter implementation used to replace filter instance who's UClass is not loaded and or does not exist, primarily used by Filter Preset loading
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | MissingClassName |
Overridden from UDataSourceFilter
| Type | Name | Description | |
|---|---|---|---|
| bool | DoesActorPassFilter_Internal
(
const AActor* InActor |
End IDataSourceFilterInterface overrides |
Overridden from IDataSourceFilterInterface
| Type | Name | Description | |
|---|---|---|---|
| void | GetDisplayText_Internal
(
FText& OutDisplayText |