Navigation
API > API/Editor > API/Editor/UnrealEd
Implements a file server commandlet.
| Name | UFileServerCommandlet |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/FileServerCommandlet.h |
| Include Path | #include "Commandlets/FileServerCommandlet.h" |
Syntax
UCLASS ()
class UFileServerCommandlet : public UCommandlet
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCommandlet → UFileServerCommandlet
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UFileServerCommandlet
(
const FObjectInitializer& ObjectInitializer |
Commandlets/FileServerCommandlet.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InstanceId | FGuid | Holds the instance identifier. | Commandlets/FileServerCommandlet.h |
Functions
Public
Overridden from UCommandlet
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 Main
(
const FString& Params |
Commandlets/FileServerCommandlet.h |