Description

I think it doesn't like the "bPlaying == false" expression for the EditCondition meta tag on the UPROPERTY...

You also get these warnings every single time the Sequencer plays through a keyframe on the Frame track [Image Removed]

Steps to Reproduce
  • Create a new LevelSequence and double-click it to open the Sequencer
  • Place down a HeterogeneousVolumeActor onto the Level
  • Drag and drop the volume actor onto the Sequencer to bind it
  • Click the + button on the new Sequencer actor binding and pick "HeterogeneousVolumeComponent" to bind the component
  • Click the + button on the new HeterogeneousVolumeComponent binding, and pick the "Frame" property

Expected: Property is bound as a track with no warnings

Result: 4 warnings emitted to the Output Log:

LogMovieSceneECS: Warning: Unable to resolve property 'bPlaying == false' from 'HeterogeneousVolumeComponent' instance 'HeterogeneousVolumeComponent'
LogMovieScene: Warning: Unable to resolve property 'bPlaying == false' from 'HeterogeneousVolumeComponent' instance 'HeterogeneousVolumeComponent'
LogMovieSceneECS: Warning: Unable to resolve property 'bPlaying == false' from 'HeterogeneousVolumeComponent' instance 'HeterogeneousVolumeComponent'
LogMovieScene: Warning: Unable to resolve property 'bPlaying == false' from 'HeterogeneousVolumeComponent' instance 'HeterogeneousVolumeComponent'

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-204764 in the post.

0
Login to Vote

Unresolved
ComponentUE - Niagara - Cinematics
Affects Versions5.4
Target Fix5.5
CreatedJan 24, 2024
UpdatedJul 16, 2024
View Jira Issue