FKismetUserDeclaredFunctionMetadata

This structure describes metadata associated with a user declared function or macro It will be turned into regular metadata during compilation

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EditablePinBase.h

Include

#include "K2Node_EditablePinBase.h"

Syntax

struct FKismetUserDeclaredFunctionMetadata

Remarks

This structure describes metadata associated with a user declared function or macro It will be turned into regular metadata during compilation

Variables

Name Description

Public variable

bool

 

bCallInEditor

Public variable

bool

 

bIsDeprecated

Public variable

FText

 

Category

Public variable

FText

 

CompactNodeTitle

Public variable

FString

 

DeprecationMessage

Public variable

int8

 

HasLatentFunctions

Cached value for whether or not the graph has latent functions, positive for TRUE, zero for FALSE, and INDEX_None for undetermined

Public variable

FLinearColor

 

InstanceTitleColor

Public variable

FText

 

Keywords

Public variable

FText

 

ToolTip

Constructors

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