FBlueprintWatchedPin

Contains information about a watched pin in a Blueprint graph for local settings data.

Choose your operating system:

Windows

macOS

Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Kismet2/WatchedPin.h

Include

#include "Kismet2/WatchedPin.h"

Syntax

struct FBlueprintWatchedPin

Remarks

Contains information about a watched pin in a Blueprint graph for local settings data.

Constructors

Name Description

Public function

FBlueprintWatchedPin()

Public function

FBlueprintWatchedPin

(
    const UEdGraphPin* Pin
)

Public function

FBlueprintWatchedPin

(
    const UEdGraphPin* Pin,
    TArray< FName >&& InPathToProperty
)

Functions

Name Description

Public function Const

UEdGraphPin ...

 

Get()

Returns a reference to the underlying graph pin

Public function Const

const TArray...

 

GetPathToProperty()

Returns a reference to the path to the property we're watching on this pin

Public function

void

 

SetFromPin

(
    const UEdGraphPin* Pin
)

Resets the pin watch to the given graph pin

Public function

void

 

SetFromWatchedPin

(
    FBlueprintWatchedPin&& Other
)

Move another watched pin struct into this one

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FBlueprintWatchedPin& Other
)