Navigation
API > API/Plugins > API/Plugins/PropertyBindingUtils > API/Plugins/PropertyBindingUtils/FPropertyBindingIndex16
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| PropertyBindingTypes.h | |||
FPropertyBindingIndex16
(
const uint16 InIndex |
Construct from a uint16 index where MAX_uint16 is considered an invalid index (i.e., FPropertyBindingIndex16::InvalidValue). | PropertyBindingTypes.h | |
FPropertyBindingIndex16
(
const int32 InIndex |
Construct from an int32 index where INDEX_NONE is considered an invalid index and converted to FPropertyBindingIndex16::InvalidValue (i.e., MAX_uint16). | PropertyBindingTypes.h |
FPropertyBindingIndex16()
| Name | FPropertyBindingIndex16 |
| Type | function |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Public/PropertyBindingTypes.h |
| Include Path | #include "PropertyBindingTypes.h" |
FPropertyBindingIndex16()
FPropertyBindingIndex16(const uint16)
Description
Construct from a uint16 index where MAX_uint16 is considered an invalid index (i.e., FPropertyBindingIndex16::InvalidValue).
| Name | FPropertyBindingIndex16 |
| Type | function |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Public/PropertyBindingTypes.h |
| Include Path | #include "PropertyBindingTypes.h" |
FPropertyBindingIndex16
(
const uint16 InIndex
)
FPropertyBindingIndex16(const int32)
Description
Construct from an int32 index where INDEX_NONE is considered an invalid index and converted to FPropertyBindingIndex16::InvalidValue (i.e., MAX_uint16).
| Name | FPropertyBindingIndex16 |
| Type | function |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Public/PropertyBindingTypes.h |
| Include Path | #include "PropertyBindingTypes.h" |
FPropertyBindingIndex16
(
const int32 InIndex
)