![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "UObject/ObjectMacros.h"#include "UObject/Object.h"#include "Engine/EngineTypes.h"#include "Tickable.h"#include "Kismet/BlueprintAsyncActionBase.h"#include "ARTypes.h"#include "ARSupportInterface.h"#include "ARBlueprintProxy.generated.h"Go to the source code of this file.
Classes | |
| class | UARBaseAsyncTaskBlueprintProxy |
| class | UARSaveWorldAsyncTaskBlueprintProxy |
| class | UARGetCandidateObjectAsyncTaskBlueprintProxy |
Macros | |
| #define | UE_API AUGMENTEDREALITY_API |
| #define UE_API AUGMENTEDREALITY_API |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam | ( | FARGetCandidateObjectPin | , |
| UARCandidateObject * | , | ||
| SavedObject | |||
| ) |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam | ( | FARSaveWorldPin | , |
| const TArray< uint8 > & | , | ||
| SavedWorld | |||
| ) |