Navigation
API > API/Plugins > API/Plugins/UAFLayering
| Name | UE::UAF::Layering::ELayerEventAction |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/UAF/UAFLayering/Source/UAFLayering/Public/UAFLayeringTypes.h |
| Include Path | #include "UAFLayeringTypes.h" |
Syntax
namespace UE
{
namespace UAF
{
namespace Layering
{
enum ELayerEventAction
{
None,
EnableLayer,
DisableLayer,
SetFloatValue,
}
}
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| EnableLayer | |
| DisableLayer | |
| SetFloatValue |