Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
Inheritance Hierarchy
- FAnimLinkableElement
- FBranchingPoint
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimMontage.h |
| Include | #include "Animation/AnimMontage.h" |
Syntax
USTRUCT ()
struct FBranchingPoint : public FAnimLinkableElement
Remarks
Remove FBranchingPoint when VER_UE4_MONTAGE_BRANCHING_POINT_REMOVAL is removed.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | EventName | ||
| float | TriggerTimeOffset | An offset from the DisplayTime to the actual time we will trigger the notify, as we cannot always trigger it exactly at the time the user wants |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | Returns the time this branching point should be triggered |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| float | DisplayTime_DEPRECATED |