UMovieSceneTrackInstance::GetWorld() returns nullptr on Editor, so user can't use any function using WorldContext and Subsystem.
The following code change may fix this issue
UWorld* UMovieSceneTrackInstance::GetWorld() const { #if WITH_EDITOR return AnimatedObject ? AnimatedObject->GetWorld() : GEditor->GetEditorWorldContext().World(); #else return AnimatedObject ? AnimatedObject->GetWorld() : Super::GetWorld(); #endif }
Expect : Compile success
Result : Compile Fail
I am not able to find world outliner how to enable it?
How to achieve HLSL Multiple Render Target in Material blueprints?
How can i modify the param name in EQS node
What properties of the progress bar can be used for drag and drop highlighting?
What property of the Slider is the image used when dragging?
Teleporter in the Creative Hub is Locked and cannot be accessed
Why does the REMOVE method of map container remove elements have memory leaks?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-181508 in the post.
1 |
Component | UE - Anim - Sequencer |
---|---|
Affects Versions | 5.1 |
Target Fix | 5.3 |
Created | Mar 28, 2023 |
---|---|
Resolved | Mar 31, 2023 |
Updated | Apr 29, 2023 |