Files
UnrealEngineUWP/Engine/Source/Developer/RigVMDeveloper/Private/RigVMModel/Nodes/RigVMCommentNode.cpp
Lina Halper 44c1bb3292 COPY from //Dev-Anim to //Dev-Main
#rb: none
#fyi: Laurent.Delayen, Thomas.Sarkanen

[CL 11088765 by Lina Halper in Main branch]
2020-01-22 17:58:55 -05:00

14 lines
252 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "RigVMModel/Nodes/RigVMCommentNode.h"
URigVMCommentNode::URigVMCommentNode()
{
Size = FVector2D(400.f, 300.f);
}
FString URigVMCommentNode::GetCommentText() const
{
return CommentText;
}