Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintNamespaceUtilities
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void GetPropertyValueNamespaces
(
const FProperty* InProperty, |
Analyzes a property value to determine explicitly-assigned namespace identifiers from any object references, or otherwise returns the default namespace for each occurrence (default). | BlueprintNamespaceUtilities.h | |
static void GetPropertyValueNamespaces
(
const UStruct* InStruct, |
BlueprintNamespaceUtilities.h |
GetPropertyValueNamespaces(const FProperty , const void , TSet< FString > &)
Description
Analyzes a property value to determine explicitly-assigned namespace identifiers from any object references, or otherwise returns the default namespace for each occurrence (default).
| Name | GetPropertyValueNamespaces |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/BlueprintNamespaceUtilities.h |
| Include Path | #include "BlueprintNamespaceUtilities.h" |
| Source | /Engine/Source/Editor/Kismet/Private/BlueprintNamespaceUtilities.cpp |
static void GetPropertyValueNamespaces
(
const FProperty * InProperty,
const void * InContainer,
TSet< FString > & OutNamespaces
)
Parameters
| Name | Remarks |
|---|---|
| InProperty | The property for which we will analyze the value. |
| InContainer | The source address of the struct/object containing the property's value. |
| OutNamespaces | Zero or more unique namespace identifier(s) referenced by the property value. An entry with an empty string equates to the default global namespace. |
GetPropertyValueNamespaces(const UStruct , const FProperty , const void *, TSet< FString > &)
| Name | GetPropertyValueNamespaces |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/BlueprintNamespaceUtilities.h |
| Include Path | #include "BlueprintNamespaceUtilities.h" |
static void GetPropertyValueNamespaces
(
const UStruct * InStruct,
const FProperty * InProperty,
const void * InContainer,
TSet< FString > & OutNamespaces
)