You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Sequencer: Exposed bool section curve keys
[CL 2705088 by Max Preussner in Main branch]
This commit is contained in:
committed by
Max.Preussner@epicgames.com
parent
6f54a873c2
commit
f7bc274f82
@@ -52,6 +52,6 @@ private:
|
||||
/** Ordered curve data */
|
||||
// @todo Sequencer This could be optimized by packing the bools separately
|
||||
// but that may not be worth the effort
|
||||
UPROPERTY()
|
||||
UPROPERTY(EditAnywhere, Category="Curve")
|
||||
FIntegralCurve BoolCurve;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user