Navigation
API > API/Runtime > API/Runtime/MovieScene
| |
|
| Name |
FCommonEntityTaskParams |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneEntitySystemTask.h |
| Include Path |
#include "EntitySystem/MovieSceneEntitySystemTask.h" |
Syntax
struct FCommonEntityTaskParams
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FCommonEntityTaskParams()
|
|
EntitySystem/MovieSceneEntitySystemTask.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bBreakOnRun |
bool |
Useful for debugging to break the debugger when this task is run |
EntitySystem/MovieSceneEntitySystemTask.h |
|
| DesiredThread |
ENamedThreads::Type |
(deprecated) The thread that this task wants to run on |
EntitySystem/MovieSceneEntitySystemTask.h |
|
| TaskParams |
FTaskParams |
Task parameters |
EntitySystem/MovieSceneEntitySystemTask.h |
|
Functions
Public