Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FFbxCurvesAPI
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetBakeCurveData
(
const FFbxAnimCurveHandle& CurveHandle, |
FbxImporter.h | ||
void GetBakeCurveData
(
const FString& NodeName, |
FbxImporter.h |
GetBakeCurveData(const FFbxAnimCurveHandle &, TArray< float > &, float, float, float, bool, float)
| Name | GetBakeCurveData |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/FbxImporter.h |
| Include Path | #include "FbxImporter.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Fbx/FbxCurveDataImport.cpp |
void GetBakeCurveData
(
const FFbxAnimCurveHandle & CurveHandle,
TArray < float > & CurveData,
float PeriodTime,
float StartTime,
float StopTime,
bool bNegative,
float Scale
) const
GetBakeCurveData(const FString &, const FString &, int32, int32, TArray< float > &, float, float, float, bool, float)
| Name | GetBakeCurveData |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/FbxImporter.h |
| Include Path | #include "FbxImporter.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Fbx/FbxCurveDataImport.cpp |
void GetBakeCurveData
(
const FString & NodeName,
const FString & PropertyName,
int32 ChannelIndex,
int32 CompositeIndex,
TArray < float > & CurveData,
float PeriodTime,
float StartTime,
float StopTime,
bool bNegative,
float Scale
) const