![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Elements/Interfaces/TypedElementDataStorageInterface.h"#include "Features/IModularFeature.h"#include "Templates/Function.h"#include "UObject/Interface.h"#include "UObject/ObjectKey.h"#include "UObject/ObjectMacros.h"#include "UObject/ObjectPtr.h"#include "UObject/StrongObjectPtr.h"#include "UObject/WeakObjectPtrTemplates.h"Go to the source code of this file.
Namespaces | |
| namespace | UE |
| namespace | UE::Editor |
| namespace | UE::Editor::DataStorage |
Functions | |
| template<typename Type > | |
| Type * | UE::Editor::DataStorage::GetRawPointer (const TWeakObjectPtr< Type > Object) |
| template<typename Type > | |
| Type * | UE::Editor::DataStorage::GetRawPointer (const TObjectPtr< Type > Object) |
| template<typename Type > | |
| Type * | UE::Editor::DataStorage::GetRawPointer (const TStrongObjectPtr< Type > Object) |
| template<typename Type > | |
| Type * | UE::Editor::DataStorage::GetRawPointer (const TObjectKey< Type > Object) |
| template<typename Type > | |
| Type * | UE::Editor::DataStorage::GetRawPointer (const TUniquePtr< Type > Object) |
| template<typename Type > | |
| Type * | UE::Editor::DataStorage::GetRawPointer (const TSharedPtr< Type > Object) |
| template<typename Type > | |
| Type * | UE::Editor::DataStorage::GetRawPointer (Type *Object) |
| template<typename Type > | |
| Type * | UE::Editor::DataStorage::GetRawPointer (Type &Object) |