MCPcopy Create free account
hub / github.com/NotYetGames/DlgSystem / GetErrorMessageWithContext

Method GetErrorMessageWithContext

Source/DlgSystem/Private/DlgContext.cpp:757–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected