Navigation
API > API/Plugins > API/Plugins/PropertyBindingUtilsEditor
Valid keywords for the UCLASS, UPROPERTY and USTRUCT macro
| Name | UE::PropertyBinding::Meta::Private:: |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtilsEditor/Public/PropertyBindingExtension.h |
| Include Path | #include "PropertyBindingExtension.h" |
Syntax
namespace UE
{
namespace PropertyBinding
{
namespace Meta
{
namespace Private
{
enum
{
NoBinding,
NoPromoteToParameter,
}
}
}
}
}
Values
| Name | Remarks |
|---|---|
| NoBinding | [ClassMetadata] [PropertyMetadata] [StructMetadata] The property cannot be bound to (target of a binding). |
| NoPromoteToParameter | [ClassMetadata] [PropertyMetadata] [StructMetadata] The property cannot be promoted to parameters. |