Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackDirector.h |
Include |
#include "Matinee/InterpTrackDirector.h" |
class UInterpTrackDirector : public UInterpTrack
Name | Description | |
---|---|---|
|
UInterpTrackDirector ( |
Name | Description | ||
---|---|---|---|
|
const int32 |
GenerateCameraShotNumber ( |
Get an autogenerated Camera Shot name for a given key frame index |
|
const FStrin... |
GetFormattedCameraShotName ( |
|
|
GetNearestKeyframeIndex ( |
Get the keyframe index nearest the time, without going over |
|
|
ACameraActor... |
GetPreviewCamera() |
Get the preview camera actor, if any |
|
const FStrin... |
GetViewedCameraShotName ( |
For the supplied time, get the name of our camera shot |
|
GetViewedGroupName ( |
For the supplied time, find which group name we should be viewing from. |
|
|
UpdatePreviewCamera ( |
Update the preview camera actor based on track selection |
Name | Description | ||
---|---|---|---|
|
AddKeyframe ( |
Adds a keyframe at the given time to the track. |
|
|
DrawTrack ( |
Draw this track with the specified parameters |
|
|
DuplicateKeyframe ( |
Duplicates the given key. |
|
|
GetClosestSnapPosition |
Gets the position of the closest key with snapping incorporated. |
|
|
const FStrin... |
GetEdHelperClassName() |
Get the name of the class used to help out when adding tracks, keys, etc. in UnrealEd. |
|
GetKeyframeIndex ( |
Get the index of the keyframe with the given time. |
|
|
float |
GetKeyframeTime ( |
Get the time of the keyframe with the given index. |
|
GetNumKeyframes() |
||
|
const FStrin... |
GetSlateHelperClassName() |
Get the name of the class used to help out when adding tracks, keys, etc. in Slate. |
|
GetTimeRange ( |
Gathers the range that spans all keyframes. |
|
|
float |
GetTrackEndTime() |
|
|
UTexture2D &... |
GetTrackIcon() |
|
|
PreviewUpdateTrack ( |
Updates the instance of this track based on the new position. This is for editor preview. |
|
|
RemoveKeyframe ( |
Removes the given key from the array of keys in the track. |
|
|
SetKeyframeTime |
Changes the time of the given key with the new given time. |
|
|
UpdateTrack ( |
Updates the instance of this track based on the new position. |
Name | Description | ||
---|---|---|---|
|
PostLoad() |
Do any object-specific cleanup required immediately after loading an object. |