Navigation
API > API/Runtime > API/Runtime/Engine
DEPRECATED - please use UE::Anim::FCurveFilterSettings.
| |
|
| Name |
FCurveEvaluationOption |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Engine/Public/BoneContainer.h |
| Include Path |
#include "BoneContainer.h" |
Syntax
struct FCurveEvaluationOption
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FCurveEvaluationOption
(
bool bInAllowCurveEvaluation,
const TArray< FName >* InDisallowedList,
int32 InLODIndex
)
|
|
BoneContainer.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bAllowCurveEvaluation |
bool |
|
BoneContainer.h |
|
| DisallowedList |
const TArray< FName > * |
|
BoneContainer.h |
|
| LODIndex |
int32 |
|
BoneContainer.h |
|
Functions
Public