49 lines
1.6 KiB
Plaintext
49 lines
1.6 KiB
Plaintext
<?xml version="1.0" encoding="utf-8"?>
|
|
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
|
|
<CodeSnippet Format="1.0.0">
|
|
<Header>
|
|
<SnippetTypes>
|
|
<SnippetType>Expansion</SnippetType>
|
|
</SnippetTypes>
|
|
<Title>unreal-eve2</Title>
|
|
<Author>Epic Games</Author>
|
|
<Description>Unreal Engine Event snippet</Description>
|
|
<HelpUrl>
|
|
</HelpUrl>
|
|
<Shortcut>unreal-eve2</Shortcut>
|
|
</Header>
|
|
<Snippet>
|
|
<Declarations>
|
|
<Literal Editable="true">
|
|
<ID>delegateName</ID>
|
|
<ToolTip>Delegate type name</ToolTip>
|
|
<Default>DelegateName</Default>
|
|
<Function>
|
|
</Function>
|
|
</Literal>
|
|
<Literal Editable="true">
|
|
<ID>owningType</ID>
|
|
<ToolTip>Delegate owning type name</ToolTip>
|
|
<Default>OwningType</Default>
|
|
<Function>
|
|
</Function>
|
|
</Literal>
|
|
<Literal Editable="true">
|
|
<ID>paramType1</ID>
|
|
<ToolTip>Parameter type</ToolTip>
|
|
<Default>Param1Type</Default>
|
|
<Function>
|
|
</Function>
|
|
</Literal>
|
|
<Literal Editable="true">
|
|
<ID>paramType2</ID>
|
|
<ToolTip>Parameter type</ToolTip>
|
|
<Default>Param2Type</Default>
|
|
<Function>
|
|
</Function>
|
|
</Literal>
|
|
</Declarations>
|
|
<Code Language="cpp"><![CDATA[DECLARE_EVENT($owningType$, $delegateName$, $paramType1$, $paramType2$)$selected$ $end$]]></Code>
|
|
</Snippet>
|
|
</CodeSnippet>
|
|
</CodeSnippets> |