Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Animation
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEditorAnimBaseObj
- UEditorAnimCompositeSegment
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Animation/EditorAnimCompositeSegment.h |
| Include | #include "Animation/EditorAnimCompositeSegment.h" |
Syntax
UCLASS (HideCategories=UObject, MinimalAPI, BlueprintType)
class UEditorAnimCompositeSegment : public UEditorAnimBaseObj
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAnimSegment | AnimSegment | Default blend in time. | |
| int | AnimSegmentIndex |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UEditorAnimCompositeSegment
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | InitAnimSegment
(
int32 AnimSegmentIndex |
Overridden from UEditorAnimBaseObj
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| bool | PropertyChangeRequiresRebuild
(
FPropertyChangedEvent& PropertyChangedEvent |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |