无法放置 KActorSpawnable - UnrealScript
我希望这里有人可以帮助我,我一直在尝试创建一个可放置的演员来作为玩家控制器,但是当我尝试通过“演员类”窗口添加它时,那里什么也没有。
class BallBall extends KActorSpawnable
placeable;
defaultproperties
{
Begin Object Name=StaticMeshComponent0
StaticMesh=StaticMesh'EngineMeshes.Sphere'
bNotifyRigidBodyCollision=true
HiddenGame=TRUE
ScriptRigidBodyCollisionThreshold=0.001
LightingChannels=(Dynamic=TRUE)
DepthPriorityGroup=SDPG_Foreground
End Object
}
我对此感到非常绝望,非常感谢任何帮助真正。提前致谢。
I hope someone here can help me, i been trying to create an placeable actor that will be player controller, but when I try to add it via the "Actor Classes" windows, there is nothing there.
class BallBall extends KActorSpawnable
placeable;
defaultproperties
{
Begin Object Name=StaticMeshComponent0
StaticMesh=StaticMesh'EngineMeshes.Sphere'
bNotifyRigidBodyCollision=true
HiddenGame=TRUE
ScriptRigidBodyCollisionThreshold=0.001
LightingChannels=(Dynamic=TRUE)
DepthPriorityGroup=SDPG_Foreground
End Object
}
I'm really deseperate with this, any help really apreciated. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决了我自己的问题,看起来我的课程是正确的,我只是在错误的地方搜索,我虽然我会直接位于 Actor 下,但它位于 Actor 下,->动态SMActor -> KActor-> KActorSpawnable ->球球
Solved my own question, looks like my class was correct, i was just searching int the wrong place, i though i would be located directly down Actor, but it was located under Actor, -> DynamicSMActor -> KActor -> KActorSpawnable -> BallBall