UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UniversalObjectLocatorFwd.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "HAL/Platform.h"
6
9
10template<typename> struct TUniversalObjectLocatorFragment;
11
12enum class ELocatorResolveFlags : uint8;
13
15{
16
17enum class ELocatorType : uint8;
18
19struct FFragmentType;
20template<typename> struct TFragmentType;
21
22struct FFragmentTypeParameters;
23
24struct FFragmentTypeHandle;
25template<typename> struct TFragmentTypeHandle;
26
27struct FParameterTypeHandle;
28template<typename> struct TParameterTypeHandle;
29
30struct FInitializeParams;
31struct FInitializeResult;
32struct FResolveParams;
33struct FResolveResultFlags;
34struct FResolveResult;
35struct FParseStringParams;
36struct FParseStringResult;
37
38} // namespace UE::UniversalObjectLocator
ELocatorResolveFlags
Definition UniversalObjectLocatorResolveParams.h:16
uint8_t uint8
Definition binka_ue_file_header.h:8
Definition AnimInstanceLocatorFragment.cpp:19
ELocatorType
Definition UniversalObjectLocatorInitializeResult.h:14
Definition UniversalObjectLocatorFragment.h:36
Definition UniversalObjectLocator.h:32
Definition UniversalObjectLocatorFragment.h:442