Navigation
API > API/Plugins > API/Plugins/PCG
Filters a data collection based on a user defined index range expression.
| Name | UPCGFilterByIndexSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGFilterByIndex.h |
| Include Path | #include "Elements/PCGFilterByIndex.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGFilterByIndexSettings : public UPCGFilterDataBaseSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGFilterDataBaseSettings → UPCGFilterByIndexSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bInvertFilter | bool | Will invert which indices will be included and excluded. | Elements/PCGFilterByIndex.h |
|
| SelectedIndices | FString | Selected individual indices or index ranges to include or exclude. | Elements/PCGFilterByIndex.h |
|