Navigation
API > API/Plugins > API/Plugins/Concert > API/Plugins/Concert/IConcertFileSharingService
Description
Sets the desired path to use for the service. Implementors have the right to ignore the path specified.
Implementors should set the enabled state based on if the path can be written.
| Name | SetPath |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertFileSharingService.h |
| Include Path | #include "IConcertFileSharingService.h" |
void SetPath
(
const FString & FileShareRoot
)
Parameters
| Name | Remarks |
|---|---|
| FileShareRoot | to set as the root folder for content. |