Navigation
API > API/Plugins > API/Plugins/MeshPartitionEditor > API/Plugins/MeshPartitionEditor/AInteractiveSection
Description
Will filter any modifiers that should be applied after the provided modifiers. Will also filter all provided modifiers.
| Name | InteractiveSectionBaseFilter |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartitionEditor/Public/MeshPartitionInteractiveSection.h |
| Include Path | #include "MeshPartitionInteractiveSection.h" |
| Source | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartitionEditor/Private/MeshPartitionInteractiveSection.cpp |
static FModifierFilterFunc InteractiveSectionBaseFilter
(
const TArray < MeshPartition::UModifierComponent * > & InModifiers,
TConstArrayView< FName > InTypePriorities
)
A FModifierFilterFunc to be used in the builder.
Parameters
| Name | Remarks |
|---|---|
| InModifiers | The modifiers that will be applied on top of the base. |
| InTypePriorities | The type priorities to use. |