I have some Texture2ds, static meshes and skeletal meshes in my project that I want to refer to in a csv file.
At link there’s an example for a Texture2D asset type:
5,2000,14,“Texture2D’/Game/Textures/AchievementIcon5’”
I can’t find the proper name for Skeletal, and Static Mesh tyoes, though.
(Thought page would’ve been an appropriate place for it, but it wasn’t there.)
Anyone know what I need to put for static and skeletal meshes?
Ex.:
5,2000,14,“SkeletalMesh’/Game/MeMeshes/Skeleton_Mesh’”
5,2000,14,"StaticMesh’/Game/MeMeshes/Static_Mesh’
I could try all the variations myself, but I figured it’d be nice to have an official list I could refer to.
Thanks for any help!