| 755 | } |
| 756 | |
| 757 | FString UDlgContext::GetErrorMessageWithContext(const FString& ErrorMessage) const |
| 758 | { |
| 759 | return FString::Printf(TEXT("%s.\nContext:\n\t%s"), *ErrorMessage, *GetContextString()); |
| 760 | } |
| 761 | |
| 762 | EDlgValidateStatus UDlgContext::IsValidParticipantForDialogue(const UDlgDialogue* Dialogue, const UObject* Participant) |
| 763 | { |
nothing calls this directly
no outgoing calls
no test coverage detected