|
WjWorld
|
#include <WjWorldPlaceableObjectDataAsset.h>
Public Attributes | |
| FName | ObjectId |
| FText | DisplayName |
| FName | Category |
| TSoftObjectPtr< UStaticMesh > | Mesh |
| TSoftObjectPtr< UTexture2D > | Icon |
| FVector | DefaultScale = FVector::OneVector |
| float | GroundOffset = 0.0f |
| float | RotationSnapDegrees = 90.0f |
배치 가능한 오브젝트 정의
| FName FPlaceableObjectDefinition::Category |
카테고리 (가구, 장식 등)
| FVector FPlaceableObjectDefinition::DefaultScale = FVector::OneVector |
기본 스케일
| FText FPlaceableObjectDefinition::DisplayName |
UI 표시명
| float FPlaceableObjectDefinition::GroundOffset = 0.0f |
바닥 오프셋
| TSoftObjectPtr<UTexture2D> FPlaceableObjectDefinition::Icon |
카탈로그 아이콘
| TSoftObjectPtr<UStaticMesh> FPlaceableObjectDefinition::Mesh |
메시 (비동기 로드)
| FName FPlaceableObjectDefinition::ObjectId |
고유 식별자
| float FPlaceableObjectDefinition::RotationSnapDegrees = 90.0f |
회전 단위 (도)