https://wiki.beyondunreal.com/w/index.php?action=history&feed=atom Legacy talk:SpawnNotify - Revision history 2017-11-17T22:50:50Z Revision history for this page on the wiki MediaWiki 1.25.1 https://wiki.beyondunreal.com/Legacy_talk:SpawnNotify?diff=46235&oldid=prev Wormbo at 20:40, 2 October 2015 2015-10-02T20:40:19Z <p></p> <table class='diff diff-contentalign-left'> <col class='diff-marker' /> <col class='diff-content' /> <col class='diff-marker' /> <col class='diff-content' /> <tr style='vertical-align: top;'> <td colspan='2' style="background-color: white; color:black; text-align: center;">← Older revision</td> <td colspan='2' style="background-color: white; color:black; text-align: center;">Revision as of 20:40, 2 October 2015</td> </tr><tr><td colspan="2" class="diff-lineno" id="L1" >Line 1:</td> <td colspan="2" class="diff-lineno">Line 1:</td></tr> <tr><td class='diff-marker'>&#160;</td><td style="background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;"><div>== How to get it work ==</div></td><td class='diff-marker'>&#160;</td><td style="background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;"><div>== How to get it work ==</div></td></tr> <tr><td class='diff-marker'>&#160;</td><td style="background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;"><div>It took me some time to find out that a SpawnNotify has to be spawned from somewhere to get it work. Maybe it could be mentioned in the article. --[[User:SeriousBarbie|SeriousBarbie]] ([[User talk:SeriousBarbie|talk]]) 12:58, 2 October 2015 (EDT)</div></td><td class='diff-marker'>&#160;</td><td style="background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;"><div>It took me some time to find out that a SpawnNotify has to be spawned from somewhere to get it work. Maybe it could be mentioned in the article. --[[User:SeriousBarbie|SeriousBarbie]] ([[User talk:SeriousBarbie|talk]]) 12:58, 2 October 2015 (EDT)</div></td></tr> <tr><td colspan="2">&#160;</td><td class='diff-marker'>+</td><td style="color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div><ins style="font-weight: bold; text-decoration: none;"></ins></div></td></tr> <tr><td colspan="2">&#160;</td><td class='diff-marker'>+</td><td style="color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div><ins style="font-weight: bold; text-decoration: none;">:There's really nothing special about it. You spawn it and it auto-registers itself in its PostBeginPlay(). In other words, all you need to do is implement SpawnNotification() in your subclass and specify an ActorClass to receive notifications for. The fact ''that'' you have to spawn it should be obvious from the fact that other things are somehow specified as well. You almost never write code and it somehow takes effect automagically, it's always registered somehow somewhere. —[[User:Wormbo|Wormbo]] 16:40, 2 October 2015 (EDT)</ins></div></td></tr> </table> Wormbo https://wiki.beyondunreal.com/Legacy_talk:SpawnNotify?diff=46234&oldid=prev SeriousBarbie: How to get it work 2015-10-02T16:58:33Z <p>How to get it work</p> <p><b>New page</b></p><div>== How to get it work ==<br /> It took me some time to find out that a SpawnNotify has to be spawned from somewhere to get it work. Maybe it could be mentioned in the article. --[[User:SeriousBarbie|SeriousBarbie]] ([[User talk:SeriousBarbie|talk]]) 12:58, 2 October 2015 (EDT)</div> SeriousBarbie