GetObjectNamespace

Overload list

Unreal Engine C++ API Reference > Editor > Kismet > FBlueprintNamespaceUtilities

  Type Name Description
Public function Static FString

GetObjectNamespace ( const UObject* InObject
)

Analyzes the given object to determine its explicitly-assigned namespace identifier, or otherwise returns its default namespace.
Public function Static FString

GetObjectNamespace ( const FSoftObjectPath& InObjectPath
)

Analyzes the given object path to determine its explicitly-assigned namespace identifier, or otherwise returns its default namespace.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page