Navigation
API > API/Plugins > API/Plugins/InterchangeDispatcher > API/Plugins/InterchangeDispatcher/FInterchangeDispatcher
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 AddTask
(
const FString& JsonDescription |
InterchangeDispatcher.h | ||
int32 AddTask
(
const FString& JsonDescription, |
InterchangeDispatcher.h |
AddTask(const FString &)
| Name | AddTask |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Public/InterchangeDispatcher.h |
| Include Path | #include "InterchangeDispatcher.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Private/InterchangeDispatcher.cpp |
int32 AddTask
(
const FString & JsonDescription
)
AddTask(const FString &, FInterchangeDispatcherTaskCompleted)
| Name | AddTask |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Public/InterchangeDispatcher.h |
| Include Path | #include "InterchangeDispatcher.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Private/InterchangeDispatcher.cpp |
int32 AddTask
(
const FString & JsonDescription,
FInterchangeDispatcherTaskCompleted TaskCompledDelegate
)