Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintNamespaceRegistry
Description
Example: If "MyProject.MyNamespace" is a registered path, then both "MyProject" and "MyProject.MyNamespace" are inclusive paths.
Also note if a registered path is removed, inclusive paths may still be valid. For instance, if both "MyProject.MyNamespace" and "MyProject.MyNamespace_2" are registered paths, and "MyProject.MyNamespace_2" is removed, "MyProject" is still an inclusive path.
| Name | IsInclusivePath |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/BlueprintNamespaceRegistry.h |
| Include Path | #include "BlueprintNamespaceRegistry.h" |
| Source | /Engine/Source/Editor/Kismet/Private/BlueprintNamespaceRegistry.cpp |
bool IsInclusivePath
(
const FString & InPath
) const
TRUE if the given path identifier is inclusive of any registered paths.