FRedirectorBindingInfo

Info about a redirector binding. Redirector bindings allow

Windows
MacOS
Linux

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

Name Description

Public variable

FText

 

Description

Description of the binding, used as tooltip text

Public variable

FName

 

Name

The name of the binding

Public variable

UStruct *

 

Struct

The struct that the binding will output

Constructors

Name Description

Public function

FRedirectorBindingInfo

(
    FName InName,
    const FText& InDescription,
    UStruct* InStruct
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss