Navigation
API > API/Plugins > API/Plugins/SkeletalMeshModifiers
| |
|
| Name |
FOrientOptions |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/SkeletalMeshModifiers/Public/SkeletonModifier.h |
| Include Path |
#include "SkeletonModifier.h" |
Syntax
USTRUCT (BlueprintType )
struct FOrientOptions
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bOrientChildren |
bool |
|
SkeletonModifier.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Orient"
- Meta=(EditCondition="Primary != EOrientAxis::None")
|
| bUsePlaneAsSecondary |
bool |
|
SkeletonModifier.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Orient"
- Meta=(EditCondition="Primary != EOrientAxis::None")
|
| Primary |
EOrientAxis |
|
SkeletonModifier.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Orient"
|
| Secondary |
EOrientAxis |
|
SkeletonModifier.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Orient"
- Meta=(EditCondition="Primary != EOrientAxis::None")
|
| SecondaryTarget |
FVector |
|
SkeletonModifier.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Orient"
- Meta=(EditCondition="Primary != EOrientAxis::None && !bUsePlaneAsSecondary")
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FTransform OrientTransform
(
const FVector& InPrimaryTarget,
const FTransform& InTransform
) const
|
|
SkeletonModifier.h |
|