|
KLingo Project Documentation 1.0.0
Unreal Engine 5.6 C++ Project Documentation
|
#include <UCommonFunctionLibrary.h>
UCommonFunctionLibrary에 대한 상속 다이어그램 :
UCommonFunctionLibrary에 대한 협력 다이어그램:정적 Public 멤버 함수 | |
| static FString | GererateMD5 (const FString &InText) |
| static float | GetDistance (AActor *A, AActor *B) |
| 두 액터 사이의 거리를 계산한다. | |
| static int64 | GetNowTimestamp () |
| 현재 시간을 Unix Timestamp(초)로 반환한다. | |
| static class UMaterialInstanceDynamic * | GetOrCreateMID (class UPrimitiveComponent *Target, int32 ElementIndex, FName OptionalName=NAME_None) |
| 머티리얼 인스턴스 다이내믹을 얻거나 새로 생성한다. | |
| static int32 | GetRandomIndex (const TArray< int32 > &TargetArray, bool &bIsValid) |
| 정수 배열에서 랜덤 인덱스를 선택한다. | |
| static UAnimMontage * | GetRandomMontage (const TArray< UAnimMontage * > &Montages) |
| 몽타주 배열에서 랜덤 항목을 반환한다. | |
| static bool | InBounds (const int32 Index, const int32 Count) |
| 주어진 인덱스가 배열 범위 안에 있는지 확인한다. | |
| static bool | IsValidKoreanWord (const FString &Word) |
| 한국어 단어 검증 (한글만 포함되어 있는지 확인) | |
| static void | PlayLocationSound (const AActor *Actor, USoundBase *Sound, const float RetriggerDelay) |
| 지정된 위치에서 사운드를 재생한다. | |
| static FString | RemoveLineBreaks (const FString &InText) |
| 줄바꿈 문자들을 모두 공백으로 치환한 문자열을 반환 | |
| static void | SetCollisionDebugVisible (UPrimitiveComponent *Target, bool bVisible) |
UCommonFunctionLibrary.h 파일의 11 번째 라인에서 정의되었습니다.
|
static |
UCommonFunctionLibrary.cpp 파일의 56 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : UVoiceCacheManager::GenerateCacheFileName(), APopupTesterActor::GererateMD5().
이 함수를 호출하는 함수들에 대한 그래프입니다.:
|
static |
두 액터 사이의 거리를 계산한다.
UCommonFunctionLibrary.cpp 파일의 153 번째 라인에서 정의되었습니다.
|
static |
현재 시간을 Unix Timestamp(초)로 반환한다.
UCommonFunctionLibrary.cpp 파일의 97 번째 라인에서 정의되었습니다.
|
static |
머티리얼 인스턴스 다이내믹을 얻거나 새로 생성한다.
UCommonFunctionLibrary.cpp 파일의 103 번째 라인에서 정의되었습니다.
|
static |
정수 배열에서 랜덤 인덱스를 선택한다.
UCommonFunctionLibrary.cpp 파일의 76 번째 라인에서 정의되었습니다.
|
static |
몽타주 배열에서 랜덤 항목을 반환한다.
UCommonFunctionLibrary.cpp 파일의 87 번째 라인에서 정의되었습니다.
|
static |
주어진 인덱스가 배열 범위 안에 있는지 확인한다.
UCommonFunctionLibrary.cpp 파일의 71 번째 라인에서 정의되었습니다.
|
static |
한국어 단어 검증 (한글만 포함되어 있는지 확인)
UCommonFunctionLibrary.cpp 파일의 179 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : UChatInputBox::OnDailyAnswerReceived(), ADailyKiosk::OnResponseDailyQuestion().
이 함수를 호출하는 함수들에 대한 그래프입니다.:
|
static |
지정된 위치에서 사운드를 재생한다.
UCommonFunctionLibrary.cpp 파일의 127 번째 라인에서 정의되었습니다.
|
static |
줄바꿈 문자들을 모두 공백으로 치환한 문자열을 반환
UCommonFunctionLibrary.cpp 파일의 161 번째 라인에서 정의되었습니다.
|
static |
UCommonFunctionLibrary.cpp 파일의 170 번째 라인에서 정의되었습니다.