KLingo Project Documentation 1.0.0
Unreal Engine 5.6 C++ Project Documentation
로딩중...
검색중...
일치하는것 없음
ICompassTargetInterface 클래스 참조

#include <CompassTargetInterface.h>

+ ICompassTargetInterface에 대한 상속 다이어그램 :
+ ICompassTargetInterface에 대한 협력 다이어그램:

Public 멤버 함수

ECompassMarkerType GetCompassMarkerType ()
 
virtual void SetCompassMarkerInto (ECompassMarkerType InMarkerType)
 
virtual void SetShowOnCompass (bool bShow)
 
virtual bool ShouldShowOnCompass () const
 

Public 속성

bool bShowOnCompass = true
 
ECompassMarkerType MarkerType
 

상세한 설명

CompassTargetInterface.h 파일의 20 번째 라인에서 정의되었습니다.

멤버 함수 문서화

◆ GetCompassMarkerType()

ECompassMarkerType ICompassTargetInterface::GetCompassMarkerType ( )
inline

CompassTargetInterface.h 파일의 29 번째 라인에서 정의되었습니다.

29{return MarkerType;}

다음에 의해서 참조됨 : APlayerActor::UpdateCompassMarkers().

+ 이 함수를 호출하는 함수들에 대한 그래프입니다.:

◆ SetCompassMarkerInto()

virtual void ICompassTargetInterface::SetCompassMarkerInto ( ECompassMarkerType  InMarkerType)
inlinevirtual

AWheatly, AContactTrigger, ATeleportTrigger, AOrderKiosk, ALuggageHolder에서 재구현되었습니다.

CompassTargetInterface.h 파일의 30 번째 라인에서 정의되었습니다.

30{MarkerType = InMarkerType;}

◆ SetShowOnCompass()

virtual void ICompassTargetInterface::SetShowOnCompass ( bool  bShow)
inlinevirtual

CompassTargetInterface.h 파일의 33 번째 라인에서 정의되었습니다.

◆ ShouldShowOnCompass()

virtual bool ICompassTargetInterface::ShouldShowOnCompass ( ) const
inlinevirtual

CompassTargetInterface.h 파일의 32 번째 라인에서 정의되었습니다.

32{return bShowOnCompass;}

다음에 의해서 참조됨 : APlayerActor::UpdateCompassMarkers().

+ 이 함수를 호출하는 함수들에 대한 그래프입니다.:

멤버 데이터 문서화

◆ bShowOnCompass

bool ICompassTargetInterface::bShowOnCompass = true

CompassTargetInterface.h 파일의 27 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : APlayerActor::APlayerActor().

◆ MarkerType


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: