반응형
일반적인 이름 규칙들
[AssetTypePrefix]_[AssetName]_[Descriptor]_[OptionalVariantLetterOrNumber]
접두어
General
Asset | Prefix |
HDRI | HDR_ |
Material | M_ |
Material Instance | MI_ |
Physics Asset | PHYS_ |
Physics Material | PM_ |
Post Process Material | PPM_ |
Skeletal Mesh | SK_ |
Static Mesh | SM_ |
Texture | T_ |
OCIO Profile | OCIO_ |
Blueprints
Asset | Prefix |
Actor Component | AC_ |
Animation Blueprint | ABP_ |
Blueprint Interface | BI_ |
Blueprint | BP_ |
Curve Table | CT_ |
Data Table | DT_ |
Enum | E_ |
Structure | F_ |
Widget Blueprint | WBP_ |
Particle effect
Asset | Prefix |
Particle System (Cascade) | PS_ |
Niagara Emitter | FXE_ |
Niagara System | FXS_ |
Niagara Function | FXF_ |
Skeletal Mesh Animations
Asset | Prefix |
Rig | Rig_ |
Skeleton | SKEL_ |
Montages | AM_ |
Animation Sequence | AS_ |
Blend Space | BS_ |
Others
Asset | Prefix |
NDisplay Configuration | NDC_ |
Level Sequence | LS_ |
Sequencer Edits | EDIT_ |
Media Source | MS_ |
Media Output | MO_ |
Media Player | MP_ |
Media Profile | MPR_ |
Level Snapshots | SNAP_ |
Remote Control Preset | RCP_ |
출처
https://docs.unrealengine.com/4.27/ko/ProductionPipelines/AssetNaming/
https://www.gamecoderblog.com/en/unreal-engine4/ue4-recommended-files-naming-convention
https://ikrima.dev/ue4guide/wip/assets-naming-convention/
'게임 개발 > Unreal Engine' 카테고리의 다른 글
[UE4] TMap, TSet의 Key 값으로서 구조체를 사용 방법 (0) | 2022.02.21 |
---|---|
[UE4] Aimation Montage Play가 동작하지 않는 경우 해결 (0) | 2022.02.17 |
[UE4] 에디터에서 한글이 깨지지 않게하기 (0) | 2022.02.16 |
[UE4] Enum을 문자로 변환(EnumToString) (0) | 2022.02.13 |
[UE4] blueprint의 부모 클래스가 변경되는 현상 해결 방법 (2) | 2022.02.12 |