UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FCurveEvaluationOption Struct Reference

#include <BoneContainer.h>

Public Member Functions

 FCurveEvaluationOption (bool bInAllowCurveEvaluation=true, const TArray< FName > *InDisallowedList=nullptr, int32 InLODIndex=0)
 

Public Attributes

bool bAllowCurveEvaluation
 
const TArray< FName > * DisallowedList
 
int32 LODIndex
 

Constructor & Destructor Documentation

◆ FCurveEvaluationOption()

FCurveEvaluationOption::FCurveEvaluationOption ( bool  bInAllowCurveEvaluation = true,
const TArray< FName > *  InDisallowedList = nullptr,
int32  InLODIndex = 0 
)
inline

Member Data Documentation

◆ bAllowCurveEvaluation

bool FCurveEvaluationOption::bAllowCurveEvaluation

◆ DisallowedList

const TArray<FName>* FCurveEvaluationOption::DisallowedList

◆ LODIndex

int32 FCurveEvaluationOption::LODIndex

The documentation for this struct was generated from the following file: