Payback 0.0.1
CK Graduation Project
로딩중...
검색중...
일치하는것 없음
FPatternLineWarningDecalSettings 구조체 참조

#include <PatternWarningDecalData.h>

FPatternLineWarningDecalSettings에 대한 상속 다이어그램 :
Inheritance graph
FPatternLineWarningDecalSettings에 대한 협력 다이어그램:
Collaboration graph

Public 멤버 함수

void SetLineDecalSettings (const FVector &InLocalStartLocation, const float InLength, const float InWidth)
 
FORCEINLINE const FVector & GetLocalStartLocation () const
 
FORCEINLINE float GetLength () const
 
FORCEINLINE float GetWidth () const
 

Private 속성

FVector LocalStartLocation = FVector::ZeroVector
 
float Length = 0.0f
 
float Width = 0.0f
 

추가로 상속된 멤버들

- FPatternWarningDecalBaseSettings(으)로부터 상속된 Public 속성
TObjectPtr< UMaterialInterface > MaxRangeDecalMaterial
 
TObjectPtr< UMaterialInterface > FillDecalMaterial
 
float DecalDepth = 128.0f
 
float FadeInDuration = 0.15f
 
float FadeOutDuration = 0.15f
 

멤버 함수 문서화

◆ GetLength()

FORCEINLINE float FPatternLineWarningDecalSettings::GetLength ( ) const
inline
55{ return Length; }
float Length
Definition PatternWarningDecalData.h:61
이 함수를 호출하는 함수들에 대한 그래프입니다.:

◆ GetLocalStartLocation()

FORCEINLINE const FVector & FPatternLineWarningDecalSettings::GetLocalStartLocation ( ) const
inline
54{ return LocalStartLocation; }
FVector LocalStartLocation
Definition PatternWarningDecalData.h:60
이 함수를 호출하는 함수들에 대한 그래프입니다.:

◆ GetWidth()

FORCEINLINE float FPatternLineWarningDecalSettings::GetWidth ( ) const
inline
56{ return Width; }
float Width
Definition PatternWarningDecalData.h:62
이 함수를 호출하는 함수들에 대한 그래프입니다.:

◆ SetLineDecalSettings()

void FPatternLineWarningDecalSettings::SetLineDecalSettings ( const FVector &  InLocalStartLocation,
const float  InLength,
const float  InWidth 
)
inline
48 {
49 LocalStartLocation = InLocalStartLocation;
50 Length = InLength;
51 Width = InWidth;
52 }
이 함수를 호출하는 함수들에 대한 그래프입니다.:

멤버 데이터 문서화

◆ Length

float FPatternLineWarningDecalSettings::Length = 0.0f
private

◆ LocalStartLocation

FVector FPatternLineWarningDecalSettings::LocalStartLocation = FVector::ZeroVector
private

◆ Width

float FPatternLineWarningDecalSettings::Width = 0.0f
private

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