Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
Maps one to one with the editor's map changed type (for now).
| Name | EAvaMediaMapChangeType |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/IAvaMediaModule.h |
| Include Path | #include "IAvaMediaModule.h" |
Syntax
enum EAvaMediaMapChangeType
{
None,
LoadMap,
SaveMap,
NewMap,
TearDownWorld,
}
Values
| Name | Remarks |
|---|---|
| None | |
| LoadMap | |
| SaveMap | |
| NewMap | |
| TearDownWorld |