Navigation
API > API/Editor > API/Editor/UniversalObjectLocatorEditor > API/Editor/UniversalObjectLocatorEditor/ILocatorFragmentEditor
Description
Get whether this locator editor is allowed in the supplied context.
| Name | IsAllowedInContext |
| Type | function |
| Header File | /Engine/Source/Editor/UniversalObjectLocatorEditor/Public/UniversalObjectLocatorEditor.h |
| Include Path | #include "UniversalObjectLocatorEditor.h" |
virtual bool IsAllowedInContext
(
FName InContextName
) const
true if this locator is allowed in the supplied context
Parameters
| Name | Remarks |
|---|---|
| InContextName | The name of the context, if this is NAME_None, no context is supplied (the default for blueprint-instantiated UOL properties) |