MD_RestrictedToClasses

A listing of classes that this class is accessible from (and only those classes, if present).

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

References

   
Module BlueprintGraph
Header /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h
Include #include "EdGraphSchema_K2.h"

Syntax

static const [FName](API\Runtime\Core\UObject\FName) MD_RestrictedToClasses;  

Remarks

A listing of classes that this class is accessible from (and only those classes, if present). Note that this determines the GRAPH CONTEXTS in which the node cannot be placed (e.g. right click menu, palette), and does NOT control menus when dragging off of a context pin (i.e. contextual drag)


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library