Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/FInstallerAction
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| BuildPatchSettings.h | |||
FInstallerAction
(
const FInstallerAction& CopyFrom |
Copy constructor. | BuildPatchSettings.h | |
FInstallerAction
(
FInstallerAction&& MoveFrom |
RValue constructor to allow move semantics. | BuildPatchSettings.h |
FInstallerAction()
| Name | FInstallerAction |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchSettings.h |
| Include Path | #include "BuildPatchSettings.h" |
| Source | /Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchSettings.cpp |
FInstallerAction()
FInstallerAction(const FInstallerAction &)
Description
Copy constructor.
| Name | FInstallerAction |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchSettings.h |
| Include Path | #include "BuildPatchSettings.h" |
| Source | /Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchSettings.cpp |
FInstallerAction
(
const FInstallerAction & CopyFrom
)
FInstallerAction(FInstallerAction &&)
Description
RValue constructor to allow move semantics.
| Name | FInstallerAction |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchSettings.h |
| Include Path | #include "BuildPatchSettings.h" |
| Source | /Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchSettings.cpp |
FInstallerAction
(
FInstallerAction && MoveFrom
)