#include <DialogueSpeechSequenceEntry_Details.h>
◆ Self
◆ CustomizeChildren()
void FDialogueSpeechSequenceEntry_Details::CustomizeChildren |
( |
TSharedRef< IPropertyHandle > | StructPropertyHandle, |
|
|
IDetailChildrenBuilder & | StructBuilder, |
|
|
IPropertyTypeCustomizationUtils & | StructCustomizationUtils ) |
|
override |
Called when the children of the property should be customized or extra rows added
- Parameters
-
StructPropertyHandle | Handle to the property being customized |
StructBuilder | A builder for adding children |
StructCustomizationUtils | Utilities for customization |
Definition at line 33 of file DialogueSpeechSequenceEntry_Details.cpp.
◆ CustomizeHeader()
void FDialogueSpeechSequenceEntry_Details::CustomizeHeader |
( |
TSharedRef< IPropertyHandle > | StructPropertyHandle, |
|
|
FDetailWidgetRow & | HeaderRow, |
|
|
IPropertyTypeCustomizationUtils & | StructCustomizationUtils ) |
|
override |
IPropertyTypeCustomization interface Called when the header of the property (the row in the details panel where the property is shown) If nothing is added to the row, the header is not displayed
- Parameters
-
StructPropertyHandle | Handle to the property being customized |
HeaderRow | A row that widgets can be added to |
StructCustomizationUtils | Utilities for customization |
Definition at line 17 of file DialogueSpeechSequenceEntry_Details.cpp.
◆ GetAllDialoguesParticipantNames()
TArray< FName > FDialogueSpeechSequenceEntry_Details::GetAllDialoguesParticipantNames |
( |
| ) |
const |
|
inlineprivate |
◆ GetAllDialoguesSpeakerStates()
TArray< FName > FDialogueSpeechSequenceEntry_Details::GetAllDialoguesSpeakerStates |
( |
| ) |
const |
|
inlineprivate |
◆ GetCurrentDialogueParticipantNames()
TArray< FName > FDialogueSpeechSequenceEntry_Details::GetCurrentDialogueParticipantNames |
( |
| ) |
const |
|
inlineprivate |
◆ HandleTextCommitted()
void FDialogueSpeechSequenceEntry_Details::HandleTextCommitted |
( |
const FText & | InSearchText, |
|
|
ETextCommit::Type | CommitInfo ) const |
|
inlineprivate |
◆ MakeInstance()
◆ Dialogue
UDlgDialogue* FDialogueSpeechSequenceEntry_Details::Dialogue = nullptr |
|
private |
◆ EdgeTextPropertyHandle
TSharedPtr<IPropertyHandle> FDialogueSpeechSequenceEntry_Details::EdgeTextPropertyHandle |
|
private |
◆ EdgeTextPropertyRow
◆ GenericDataPropertyRow
IDetailPropertyRow* FDialogueSpeechSequenceEntry_Details::GenericDataPropertyRow = nullptr |
|
private |
◆ NodeDataPropertyRow
IDetailPropertyRow* FDialogueSpeechSequenceEntry_Details::NodeDataPropertyRow = nullptr |
|
private |
◆ ParticipantNamePropertyRow
◆ SpeakerStatePropertyRow
◆ StructPropertyHandle
TSharedPtr<IPropertyHandle> FDialogueSpeechSequenceEntry_Details::StructPropertyHandle |
|
private |
◆ TextPropertyHandle
TSharedPtr<IPropertyHandle> FDialogueSpeechSequenceEntry_Details::TextPropertyHandle |
|
private |
◆ TextPropertyRow
◆ VoiceDialogueWavePropertyRow
IDetailPropertyRow* FDialogueSpeechSequenceEntry_Details::VoiceDialogueWavePropertyRow = nullptr |
|
private |
◆ VoiceSoundWavePropertyRow
IDetailPropertyRow* FDialogueSpeechSequenceEntry_Details::VoiceSoundWavePropertyRow = nullptr |
|
private |
The documentation for this class was generated from the following files: