Navigation
API > API/Editor > API/Editor/BlueprintGraph
This structure describes metadata associated with a user declared function or macro It will be turned into regular metadata during compilation
| Name | FKismetUserDeclaredFunctionMetadata |
| Type | struct |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EditablePinBase.h |
| Include Path | #include "K2Node_EditablePinBase.h" |
Syntax
USTRUCT ()
struct FKismetUserDeclaredFunctionMetadata
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FKismetUserDeclaredFunctionMetadata() |
K2Node_EditablePinBase.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCallInEditor | bool | K2Node_EditablePinBase.h | ||
| bIsDeprecated | bool | K2Node_EditablePinBase.h | ||
| bIsUnsafeDuringActorConstruction | bool | K2Node_EditablePinBase.h | ||
| bThreadSafe | bool | K2Node_EditablePinBase.h | ||
| Category | FText | K2Node_EditablePinBase.h | ||
| CompactNodeTitle | FText | K2Node_EditablePinBase.h | ||
| DeprecationMessage | FString | K2Node_EditablePinBase.h | ||
| HasLatentFunctions | int8 | Cached value for whether or not the graph has latent functions, positive for TRUE, zero for FALSE, and INDEX_None for undetermined | K2Node_EditablePinBase.h |
|
| InstanceTitleColor | FLinearColor | K2Node_EditablePinBase.h | ||
| Keywords | FText | K2Node_EditablePinBase.h | ||
| ToolTip | FText | K2Node_EditablePinBase.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MetaDataMap | TMap< FName, FString > | K2Node_EditablePinBase.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Gets a metadata value on the function; asserts if the value isn't present. | K2Node_EditablePinBase.h | ||
| Gets all metadata associated with this function | K2Node_EditablePinBase.h | ||
bool HasMetaData
(
FName Key |
Checks if there is metadata for a key | K2Node_EditablePinBase.h | |
void RemoveMetaData
(
FName Key |
Clear metadata value on the function | K2Node_EditablePinBase.h | |
void SetMetaData
(
FName Key, |
Set a metadata value on the function | K2Node_EditablePinBase.h | |
void SetMetaData
(
FName Key, |
Set a metadata value on the function | K2Node_EditablePinBase.h |