FKismetUserDeclaredFunctionMetadata::GetMetaData

Gets a metadata value on the function; asserts if the value isn't present.

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

References

   
Module BlueprintGraph
Header /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EditablePinBase.h
Include #include "K2Node_EditablePinBase.h"
Source /Engine/Source/Editor/BlueprintGraph/Private/K2Node_EditablePinBase.cpp
const [FString](API\Runtime\Core\Containers\FString) & GetMetaData
(
    [FName](API\Runtime\Core\UObject\FName) Key
) const

Remarks

Gets a metadata value on the function; asserts if the value isn't present.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library