FBindingChainElement

An element in a binding chain

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/IPropertyAccessEditor.h

Include

#include "IPropertyAccessEditor.h"

Syntax

struct FBindingChainElement

Remarks

An element in a binding chain

Variables

Name Description

Public variable

int32

 

ArrayIndex

Optional array index if this element refers to an array

Public variable

FFieldVariant

 

Field

Field that this this chain element refers to

Constructors

Name Description

Public function

FBindingChainElement

(
    UFunction* InFunction
)

Public function

FBindingChainElement

(
    FProperty* InProperty,
    int32 InArrayIndex
)

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