Participant
Introduction
A participant in the dialogue
API Reference
Properties
| Property | Description | Type | Default Value |
|---|---|---|---|
| Name | The name of the dialogue participant | FText | |
| PortraitImage | The portrait image for the dialogue participant | UTexture2D* | nullptr |
| Color | The color used to represent the dialogue participant | FLinearColor | FLinearColor::Black |
| bCustomPortraitImageBorderColor | Should a custom border color be used for the portrait image instead of the participant color? | bool | false |
| PortraitImageBorderColor | The custom portrait image border color | FSlateColor | FSlateColo |