|
| template<typename T > |
| FExpressionResult | ForwardReturnType (T &&Result) |
| |
| FExpressionResult | ForwardReturnType (FExpressionResult &&Result) |
| |
| template<typename OperandType , typename ContextType , typename FuncType > |
| TOperatorJumpTable< ContextType >::FUnaryFunction | WrapUnaryFunction (FuncType In) |
| |
| template<typename LeftOperandType , typename RightOperandType , typename ContextType , typename FuncType > |
| TOperatorJumpTable< ContextType >::FBinaryFunction | WrapBinaryFunction (FuncType In) |
| |
| template<typename OperandType , typename ContextType , typename FuncType > |
| TOperatorJumpTable< ContextType >::FShortCircuit | WrapShortCircuitFunction (FuncType In) |
| |
| float | SinOut (float InTime) |
| |
| float | SinIn (float InTime) |
| |
| float | PowIn (float InTime, float Power) |
| |
| float | PowOut (float InTime, float Power) |
| |
| float | ExpIn (float InTime) |
| |
| float | ExpOut (float InTime) |
| |
| float | CircIn (float InTime) |
| |
| float | CircOut (float InTime) |
| |
| FMovieSceneEvaluationKey | TrackKey1 (MovieSceneSequenceID::Root,++TrackID) |
| |
| FMovieSceneEvaluationKey | TrackKey2 (MovieSceneSequenceID::Root,++TrackID) |
| |
| UMovieSceneEntitySystemLinker * | GetTestLinker () |
| |
| void | Assert (FAutomationTestBase *Test, int32 Actual, int32 Expected, const TCHAR *Message) |
| |
| void | OnFinishedEvaluating (UMovieSceneEntitySystemLinker *InLinker, const FMovieSceneEvaluationKey &InKey, const UE::MovieScene::FRootInstanceHandle RootInstanceHandle) |
| |
| void | ResetValues () |
| |