Navigation
API > API/Plugins > API/Plugins/InterchangeDispatcher
| Name | FQueryTaskProgressCommand |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Public/InterchangeCommands.h |
| Include Path | #include "InterchangeCommands.h" |
Syntax
class FQueryTaskProgressCommand : public UE::Interchange::ICommand
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| InterchangeCommands.h | |||
FQueryTaskProgressCommand
(
const TArray< int32 >& Tasks |
InterchangeCommands.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TaskIndexes | TArray< int32 > | InterchangeCommands.h |
Functions
Public
Overridden from ICommand
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ECommandId GetType() |
InterchangeCommands.h |
Protected
Overridden from ICommand
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SerializeImpl
(
FArchive& |
InterchangeCommands.h |