Navigation
API > API/Runtime > API/Runtime/MovieScene
A unique identifier for a segment within a FMovieSceneEvaluationTrackSegments container
| Name | FMovieSceneSegmentIdentifier |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneSegment.h |
| Include Path | #include "Evaluation/MovieSceneSegment.h" |
Syntax
USTRUCT ()
struct FMovieSceneSegmentIdentifier
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Evaluation/MovieSceneSegment.h | |||
FMovieSceneSegmentIdentifier
(
int32 InIndex |
Evaluation/MovieSceneSegment.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| IdentifierIndex | int32 | Evaluation/MovieSceneSegment.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetIndex() |
Evaluation/MovieSceneSegment.h | ||
bool IsValid() |
Evaluation/MovieSceneSegment.h | ||
bool Serialize
(
FArchive& Ar |
Custom serializer as this is just a type-safe int | Evaluation/MovieSceneSegment.h |