Navigation
Unreal Engine C++ API Reference > Plugins > IKRigEditor > RigEditor > HIKRigEditorBoneProxy
- HHitProxy::AlwaysAllowsTranslucentPrimitives()
- HIKRigEditorBoneProxy::AlwaysAllowsTranslucentPrimitives()
References
Module | IKRigEditor |
Header | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RigEditor/IKRigHitProxies.h |
Include | #include "RigEditor/IKRigHitProxies.h" |
Source | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Private/RigEditor/IKRigHitProxies.cpp |
virtual bool AlwaysAllowsTranslucentPrimitives&40;&41; const
Remarks
Method that specifies whether the hit proxy always allows translucent primitives to be associated with it or not, regardless of any other engine/editor setting. For example, if translucent selection was disabled, any hit proxies returning true would still allow translucent selection. true if translucent primitives are always allowed with this hit proxy; false otherwise