Navigation
Unreal Engine C++ API Reference > Plugins > SourceFilteringCore
Inheritance Hierarchy
- IDataSourceFilterInterface
- UDataSourceFilter
- UDataSourceFilterSet
- UEmptySourceFilter
References
Module | SourceFilteringCore |
Header | /Engine/Plugins/Developer/TraceSourceFiltering/Source/SourceFilteringCore/Public/IDataSourceFilterInterface.h |
Include | #include "IDataSourceFilterInterface.h" |
Syntax
class IDataSourceFilterInterface
Remarks
Interface used for implementing Engine and UnrealInsights versions respectively UDataSourceFilter and UTraceDataSourceFilter
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
const FDataSourceFilterConfiguration & | ||
![]() ![]() ![]() ![]() ![]() |
void | GetDisplayText
(
FText& OutDisplayText |
|
![]() ![]() ![]() |
void | GetDisplayText_Implementation
(
FText& OutDisplayText |
|
![]() ![]() ![]() |
void | GetDisplayText_Internal
(
FText& OutDisplayText |
|
![]() ![]() ![]() ![]() ![]() |
void | GetToolTipText
(
FText& OutDisplayText |
|
![]() ![]() ![]() |
void | GetToolTipText_Implementation
(
FText& OutDisplayText |
|
![]() ![]() ![]() |
void | GetToolTipText_Internal
(
FText& OutDisplayText |
|
![]() ![]() |
bool | IsEnabled () |
|
![]() |
void | SetEnabled
(
bool bState |