Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassDeferredCommand
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
FExecFunction&& ExecFunction |
MassCommands.h | ||
void Add
(
const FExecFunction& ExecFunction |
MassCommands.h |
Add(FExecFunction &&)
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassCommands.h |
| Include Path | #include "MassCommands.h" |
void Add
(
FExecFunction && ExecFunction
)
Add(const FExecFunction &)
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassCommands.h |
| Include Path | #include "MassCommands.h" |
void Add
(
const FExecFunction & ExecFunction
)