Navigation
API > API/Editor > API/Editor/UnrealEd
Bake options for animated properties of exported objects.
| Name | EMovieSceneBakeType |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Exporters/FbxExportOption.h |
| Include Path | #include "Exporters/FbxExportOption.h" |
Syntax
enum EMovieSceneBakeType
{
None = 0x000,
BakeChannels = 0x001,
BakeTransforms = 0x002,
BakeAll = BakeChannels | BakeTransforms,
}
Values
| Name | Remarks |
|---|---|
| None | |
| BakeChannels | |
| BakeTransforms | |
| BakeAll |