Beispiel #1
0
/// <summary>Sets the length mode of the timeline</summary>
        public void SetTimelineLengthMode(ETimelineLengthMode NewLengthMode)
        {
            CheckIsValid();
            SetTimelineLengthMode(_this.Get(), (int)NewLengthMode);
        }
 /// <summary>
 /// Sets the length mode of the timeline
 /// </summary>
 public void SetTimelineLengthMode(ETimelineLengthMode newLengthMode)
 => E_UTimelineComponent_SetTimelineLengthMode(this, (byte)newLengthMode);
 /// <summary>
 /// <para>Sets the timeline length mode </para>
 /// </summary>
 public void SetTimelineLengthMode(ETimelineLengthMode newMode)
 => E_FTimeline_SetTimelineLengthMode(this, (byte)newMode);
Beispiel #4
0
 /// <summary>Sets the length mode of the timeline</summary>
 public extern void SetTimelineLengthMode(ETimelineLengthMode NewLengthMode);