FBlueprintActionDatabaseRegistrar::IsOpenForRegistration

Occasionally (when an asset is added/refreshed), this registrar will be passed around to gather only specific keyed actions (see ActionKeyFilter).

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionDatabaseRegistrar.h

Include

#include "BlueprintActionDatabaseRegistrar.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionDatabaseRegistrar.cpp

Syntax

bool IsOpenForRegistration
(
    UObject const * OwnerKey
)

Remarks

Occasionally (when an asset is added/refreshed), this registrar will be passed around to gather only specific keyed actions (see ActionKeyFilter). In that case, it will block registration of all unwanted keys. Functionality wise this doesn't matter to UK2Node, but UK2Node may be able to save on some work/allocations if it knew this beforehand.

Returns

True if the OwnerKey would is allowed to register actions, false if it would be blocked.

Parameters

Parameter

Description

OwnerKey

The key you wish to register your action(s) under.

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