FChainElement

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/DiffUtils.h

Include

#include "DiffUtils.h"

Syntax

struct FChainElement

Variables

Name Description

Public variable

FString

 

DisplayString

Display string of the property.

Public variable

FName

 

PropertyName

FName of the property.

Constructors

Name Description

Public function

FChainElement

(
    const FProperty* Property
)

Public function

FChainElement

(
    FName InPropertyName,
    const FString& InDisplayString
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    FChainElement const& RHS
)

Public function Const

bool

 

operator==

(
    FChainElement const& RHS
)

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