Navigation
API > API/Plugins > API/Plugins/ModelingComponents
| |
|
| Name |
FModelingToolsAxisFilter |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/PropertySets/AxisFilterPropertyType.h |
| Include Path |
#include "PropertySets/AxisFilterPropertyType.h" |
Syntax
USTRUCT (BlueprintType )
struct FModelingToolsAxisFilter
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bAxisX |
bool |
X Axis |
PropertySets/AxisFilterPropertyType.h |
- EditAnywhere
- Category=AxisFilters
- Meta=(DisplayName="X")
|
| bAxisY |
bool |
Y Axis |
PropertySets/AxisFilterPropertyType.h |
- EditAnywhere
- Category=AxisFilters
- Meta=(DisplayName="Y")
|
| bAxisZ |
bool |
Z Axis |
PropertySets/AxisFilterPropertyType.h |
- EditAnywhere
- Category=AxisFilters
- Meta=(DisplayName="Z")
|
Functions
Public