UReplicationGraphNode::CreateChildNode

Allocates and initializes ChildNode of a specific type T.

Windows
MacOS
Linux

References

Module

ReplicationGraph

Header

/Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraph.h

Include

#include "ReplicationGraph.h"

Syntax

template<class T>
T * CreateChildNode()

Remarks

Allocates and initializes ChildNode of a specific type T. This is what you will want to call in your FCreateChildNodeFuncs.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss