Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Public/IPropertyAccessEditor.h |
Include | #include "IPropertyAccessEditor.h" |
Syntax
struct FRedirectorBindingInfo
Remarks
Info about a redirector binding. Redirector bindings allow
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FText | Description | Description of the binding, used as tooltip text |
![]() |
FName | Name | The name of the binding |
![]() |
UStruct * | Struct | The struct that the binding will output |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FRedirectorBindingInfo
(
FName InName, |