Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/FBlueprintActionDatabase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsStructAllowed
(
UScriptStruct const* InStruct, |
Check whether permissions allow this struct | BlueprintActionDatabase.h | |
static bool IsStructAllowed
(
const FTopLevelAssetPath& InStructPath, |
BlueprintActionDatabase.h |
IsStructAllowed(UScriptStruct const *, EPermissionsContext)
Description
Check whether permissions allow this struct
| Name | IsStructAllowed |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionDatabase.h |
| Include Path | #include "BlueprintActionDatabase.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionDatabase.cpp |
static bool IsStructAllowed
(
UScriptStruct const * InStruct,
EPermissionsContext InContext
)
IsStructAllowed(const FTopLevelAssetPath &, EPermissionsContext)
| Name | IsStructAllowed |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionDatabase.h |
| Include Path | #include "BlueprintActionDatabase.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionDatabase.cpp |
static bool IsStructAllowed
(
const FTopLevelAssetPath & InStructPath,
EPermissionsContext InContext
)