UE5 C++ 33 - How To Add Visibility Keyframe In Level Sequence with C++? - Unreal Tutorial Editor CPP

Поділитися
Вставка
  • Опубліковано 1 лют 2025

КОМЕНТАРІ • 2

  • @paulhunter4734
    @paulhunter4734 4 місяці тому

    Very nice video, unfortunately it no longer works in 5.4. tried also adding visibilityTrack->SetPropertyNameAndPath... But made no difference. The track name shows up in red and is not connected to any property

    • @Unit01101
      @Unit01101 2 місяці тому

      Try VisibilityTrack->SetPropertyNameAndPath(FName("Visibility"), "bHidden"); It works on 5.4 for me.