UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CocoaMenu.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "CoreMinimal.h"
5
6OBJC_EXPORT @interface FCocoaMenu : NSMenu
7{
8@private
9 bool bHighlightingKeyEquivalent;
10}
11- (bool)isHighlightingKeyEquivalent;
13@end
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
const bool
Definition NetworkReplayStreaming.h:178
Definition CocoaMenu.cpp:6