Navigation
API > API/Plugins > API/Plugins/RigMapper
| Name | FRigMapperFeatureRange |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Animation/RigMapper/Source/RigMapper/Public/RigMapperDefinition.h |
| Include Path | #include "RigMapperDefinition.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigMapperFeatureRange
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHasLowerBound | bool | RigMapperDefinition.h |
|
|
| bHasUpperBound | bool | RigMapperDefinition.h |
|
|
| LowerBound | double | RigMapperDefinition.h |
|
|
| UpperBound | double | RigMapperDefinition.h |
|
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FRigMapperFeatureRange& InOther |
RigMapperDefinition.h |