Navigation
API > API/Plugins > API/Plugins/Chooser
Property type, for numerical conversions
| Name | UE::Chooser::EChooserPropertyAccessType |
| Type | enum |
| Header File | /Engine/Plugins/Chooser/Source/Chooser/Public/ChooserPropertyAccess.h |
| Include Path | #include "ChooserPropertyAccess.h" |
Syntax
namespace UE
{
namespace Chooser
{
enum EChooserPropertyAccessType
{
None,
Bool,
Int32,
Float,
Double,
SoftObjectRef,
}
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| Bool | |
| Int32 | |
| Float | |
| Double | |
| SoftObjectRef |