Integrating up through commit 90f050496
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<ScriptCanvas Include="Include/ScriptCanvas/Libraries/String/Format.h" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Class Name="Format"
|
||||
QualifiedName="ScriptCanvas::Nodes::String::Format"
|
||||
PreferredClassName="Build String"
|
||||
Uuid="{B16259BA-9CF6-4143-B09B-5A0F3B4585E6}"
|
||||
Base="ScriptCanvas::Nodes::Internal::StringFormatted"
|
||||
Category="String"
|
||||
Version="0"
|
||||
DynamicSlotOrdering="True"
|
||||
GeneratePropertyFriend="True"
|
||||
Description="Formats and creates a string from the provided text.\nAny word within {} will create a data pin on this node.">
|
||||
<Property Name="String"
|
||||
Description="The resulting string."
|
||||
Type="AZStd::string"
|
||||
DisplayGroup="PrintDisplayGroup"
|
||||
IsInput="False"
|
||||
IsOutput="True" />
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
Reference in New Issue
Block a user