UK2Node_AddComponent::MakeNewComponentTemplateName

Helper method used to generate a new, unique component template name.

Unreal Engine C++ API Reference > Editor > BlueprintGraph > UK2Node_AddComponent

References

   
Module BlueprintGraph
Header /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AddComponent.h
Include #include "K2Node_AddComponent.h"
Source /Engine/Source/Editor/BlueprintGraph/Private/K2Node_AddComponent.cpp
[FName](API\Runtime\Core\UObject\FName) MakeNewComponentTemplateName
(
    [UObject](API\Runtime\CoreUObject\UObject\UObject) * InOuter,
    [UClass](API\Runtime\CoreUObject\UObject\UClass) * InComponentClass
)

Remarks

Helper method used to generate a new, unique component template name.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library