Navigation
API > API/Runtime > API/Runtime/MovieScene
| Name | TMemberFunctionTaskWrapper |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/IMovieSceneTaskScheduler.h |
| Include Path | #include "EntitySystem/IMovieSceneTaskScheduler.h" |
Syntax
template<typename ClassType>
struct TMemberFunctionTaskWrapper : public UE::MovieScene::ITaskContext
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TMemberFunctionTaskWrapper
(
ClassType* InClassPtr, |
EntitySystem/IMovieSceneTaskScheduler.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MemberFunctionPtr | void(ClassType::*)() | EntitySystem/IMovieSceneTaskScheduler.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClassPtr | ClassType * | EntitySystem/IMovieSceneTaskScheduler.h | ||
| FunctionPtr | MemberFunctionPtr | EntitySystem/IMovieSceneTaskScheduler.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Execute
(
const ITaskContext* Context, |
EntitySystem/IMovieSceneTaskScheduler.h |