Navigation
API > API/Plugins > API/Plugins/FileSandboxCore
Data describing a change in a repository
| Name | FRepositoryChangedEvent |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Types/RepositoryChangedEvent.h |
| Include Path | #include "Types/RepositoryChangedEvent.h" |
Syntax
struct FRepositoryChangedEvent
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AddedSandboxPaths | TConstArrayView< FString > | Root directories of sandboxes that have been added. | Types/RepositoryChangedEvent.h | |
| RemovedSandboxPaths | TConstArrayView< FString > | Root directories of sandboxes that have been removed. | Types/RepositoryChangedEvent.h |