Sequencer: Exposed bool section curve keys

[CL 2705088 by Max Preussner in Main branch]
This commit is contained in:
Max Preussner
2015-09-24 16:05:13 -04:00
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;
};