ChaosFlags

Windows
MacOS
Linux

References

Module

PhysicsCore

Header

/Engine/Source/Runtime/PhysicsCore/Public/PhysicsInterfaceTypesCore.h

Include

#include "PhysicsInterfaceTypesCore.h"

Syntax

template<typename enumtype, typename storagetype>
class ChaosFlags

Constructors

Name Description

Public function

ChaosFlags()

Public function

ChaosFlags

(
    enumtype e
)

Public function

ChaosFlags

(
    const ChaosFlags< enumtype, storage...
)

Public function

ChaosFlags

(
    storagetype b
)

Functions

Name Description

Public function

void

 

clear

(
    enumtype e
)

Public function Const

bool

 

isSet

(
    enumtype e
)

Public function

ChaosFlags< ...

 

set

(
    enumtype e
)

Operators

Name Description

Public function Const

 

operator bool()

Public function Const

 

operator uint16_t()

Public function Const

 

operator uint32_t()

Public function Const

 

operator uint8_t()

Public function Const

bool

 

operator!=

(
    const ChaosFlags< enumtype, storage...
)

Public function Const

bool

 

operator!=

(
    enumtype e
)

Public function Const

ChaosFlags< ...

 

operator&

(
    enumtype e
)

Public function Const

ChaosFlags< ...

 

operator&

(
    const ChaosFlags< enumtype, storage...
)

Public function

ChaosFlags< ...

 

operator&=

(
    enumtype e
)

Public function

ChaosFlags< ...

 

operator&=

(
    const ChaosFlags< enumtype, storage...
)

Public function Const

ChaosFlags< ...

 

operator^

(
    enumtype e
)

Public function Const

ChaosFlags< ...

 

operator^

(
    const ChaosFlags< enumtype, storage...
)

Public function

ChaosFlags< ...

 

operator^=

(
    enumtype e
)

Public function

ChaosFlags< ...

 

operator^=

(
    const ChaosFlags< enumtype, storage...
)

Public function Const

ChaosFlags< ...

 

operator|

(
    enumtype e
)

Public function Const

ChaosFlags< ...

 

operator|

(
    const ChaosFlags< enumtype, storage...
)

Public function

ChaosFlags< ...

 

operator|=

(
    const ChaosFlags< enumtype, storage...
)

Public function

ChaosFlags< ...

 

operator|=

(
    enumtype e
)

Public function Const

ChaosFlags< ...

 

operator~()

Public function

ChaosFlags< ...

 

operator=

(
    const ChaosFlags< enumtype, storage...
)

Public function

ChaosFlags< ...

 

operator=

(
    enumtype e
)

Public function Const

bool

 

operator==

(
    const ChaosFlags< enumtype, storage...
)

Public function Const

bool

 

operator==

(
    enumtype e
)

Public function Const

bool

 

operator==

(
    bool b
)

Typedefs

Name

Description

InternalType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss