Navigation
API > API/Plugins > API/Plugins/AvalancheSequence > API/Plugins/AvalancheSequence/Marks
References
| Module | AvalancheSequence |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheSequence/Public/Marks/AvaMark.h |
| Include | #include "Marks/AvaMark.h" |
Syntax
USTRUCT (BlueprintType )
struct FAvaMark
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsLocalMark | Whether Executing this Mark should affect the Local Sequence Set to True to only Execute Roles in the Owning Sequence Set to False to Affect Child Sequences of the Owning Sequence | |
| bool | bLimitPlayCountEnabled | ||
| EAvaMarkDirection | Direction | ||
| TArray< int32 > | Frames | The Frames where the Marked Frames with the same Label are at | |
| FString | JumpLabel | ||
| int32 | LimitPlayCount | ||
| float | PauseTime | ||
| EAvaMarkRole | Role | ||
| EAvaMarkSearchDirection | SearchDirection |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAvaMark () |
|||
FAvaMark
(
const FMovieSceneMarkedFrame& InMarkedFrame |
|||
FAvaMark
(
const FStringView& InLabel |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CopyFromMark
(
const FAvaMark& InOther |
Set all Values without changing its Label or Frames | |
| FStringView | GetLabel () |
||
| const FName |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FAvaMark& Other |