MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / SetText

Function SetText

Source/Engine/Platform/Base/ClipboardBase.h:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 /// </summary>
31 /// <param name="text">The text to set.</param>
32 API_PROPERTY() static void SetText(const StringView& text)
33 {
34 }
35
36 /// <summary>
37 /// Sets the raw bytes data to the clipboard.

Callers 15

ClearMethod · 0.85
ClearMethod · 0.85
TextBoxBaseClass · 0.85
SetTextAsUserMethod · 0.85
InitializeMethod · 0.85
OnValueChangedMethod · 0.85
RefreshMethod · 0.85
UpdateTextMethod · 0.85
UpdateTextMethod · 0.85
UpdateTextMethod · 0.85
UpdateTextMethod · 0.85
UpdateTextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected