Navigation
API > API/Plugins > API/Plugins/UAF
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
LODPose.h |
|
|
|
ReferencePose.h |
|
|
|
UAF/ValueRuntime/ValueSpace.h |
|
UE::UAF::operator&(ELODPoseFlags, ELODPoseFlags)
| |
|
| Name |
UE::UAF::operator& |
| Type |
function |
| Header File |
/Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/LODPose.h |
| Include Path |
#include "LODPose.h" |
namespace UE
{
namespace UAF
{
ELODPoseFlags UE::UAF::operator&
(
ELODPoseFlags Lhs,
ELODPoseFlags Rhs
)
}
}
UE::UAF::operator&(EReferencePoseGenerationFlags, EReferencePoseGenerationFlags)
| |
|
| Name |
UE::UAF::operator& |
| Type |
function |
| Header File |
/Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/ReferencePose.h |
| Include Path |
#include "ReferencePose.h" |
namespace UE
{
namespace UAF
{
EReferencePoseGenerationFlags UE::UAF::operator&
(
EReferencePoseGenerationFlags Lhs,
EReferencePoseGenerationFlags Rhs
)
}
}
UE::UAF::operator&(EMixedSpaceFlags, EMixedSpaceFlags)
| |
|
| Name |
UE::UAF::operator& |
| Type |
function |
| Header File |
/Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/ValueSpace.h |
| Include Path |
#include "UAF/ValueRuntime/ValueSpace.h" |
namespace UE
{
namespace UAF
{
EMixedSpaceFlags UE::UAF::operator&
(
EMixedSpaceFlags Lhs,
EMixedSpaceFlags Rhs
)
}
}