Search Results for

    Show / Hide Table of Contents

    Struct NetworkClientsMask

    Bit mask for NetworkClient list (eg. to selectively send object replication).

    Assembly: FlaxEngine.dll
    File: Engine/Networking/NetworkReplicationHierarchy.h
    Syntax
    public struct NetworkClientsMask

    Fields

    All

    Declaration
    public static NetworkClientsMask All
    Field Value
    NetworkClientsMask

    Word0

    Declaration
    public uint64 Word0 = 0
    Field Value
    uint64

    Word1

    Declaration
    public uint64 Word1 = 0
    Field Value
    uint64

    Methods

    HasBit(int32 bitIndex)

    Declaration
    public bool HasBit(int32 bitIndex) const
    Parameters
    int32 bitIndex

    Returns
    bool

    operator bool()

    Declaration
    public operator bool() const
    Returns
    FORCE_INLINE

    operator==(const NetworkClientsMask& other)

    Declaration
    public bool operator==(const NetworkClientsMask& other) const
    Parameters
    NetworkClientsMask other

    Returns
    bool

    SetBit(int32 bitIndex)

    Declaration
    public void SetBit(int32 bitIndex)
    Parameters
    int32 bitIndex

    Returns
    void

    UnsetBit(int32 bitIndex)

    Declaration
    public void UnsetBit(int32 bitIndex)
    Parameters
    int32 bitIndex

    Returns
    void

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat