This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5.5
Add File
New File
Upload File
Apply Patch
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
LevelSequence
/
Private
History
max chen
e126a5d191
Sequencer: Time Warp track is supported by Level Sequence, Widget Animation, Day Sequence, and Actor Sequences
...
#rb Andrew.Rodham #rnx [CL 36421618 by max chen in 5.5 branch]
2024-09-19 00:44:31 -04:00
..
AnimSequenceLevelSequenceLink.cpp
…
LegacyLazyObjectPtrFragment.cpp
…
LegacyLazyObjectPtrFragment.h
…
LevelSequence.cpp
Sequencer: Time Warp track is supported by Level Sequence, Widget Animation, Day Sequence, and Actor Sequences
2024-09-19 00:44:31 -04:00
LevelSequenceActor.cpp
…
LevelSequenceActorSpawner.cpp
Updated spawnables to have a more readable label after spawning, which is usually based off the actor name in the editor (rather than a label that has no relation to the actor name, like "StaticMeshActor0"). This has a slight potential to cause performance issues based on past behavior, so a cvar was added to disable this behavior if needed (LevelSequence.EnableReadableActorLabelsForSpawnables).
2024-08-08 18:10:30 -04:00
LevelSequenceAnimSequenceLink.cpp
…
LevelSequenceBindingReference.cpp
…
LevelSequenceBurnIn.cpp
…
LevelSequenceDirector.cpp
…
LevelSequenceModule.cpp
…
LevelSequenceModule.h
…
LevelSequenceObject.cpp
…
LevelSequencePlayer.cpp
Updating Dev-Release-5.5 from Main at CL
#36144969
2024-09-10 10:26:02 -04:00
LevelSequenceProjectSettings.cpp
…
LevelSequenceProjectSettings.h
…
LevelSequenceSpawnRegister.cpp
Fixed linker errors on some console platform when building modular builds. Fixes involves moving ctor/dtor and friends from header to cpp and dll import/export
2024-08-21 13:44:16 -04:00
SequenceMediaController.cpp
…