FRepLayout::CreateFromClass

Creates a new [FRepLayout](API\Runtime\Engine\Net\FRepLayout) for the given class.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Net/RepLayout.h

Include

#include "Net/RepLayout.h"

Source

/Engine/Source/Runtime/Engine/Private/RepLayout.cpp

Syntax

static TSharedPtr< FRepLayout > CreateFromClass
(
    UClass * InObjectClass,
    const UNetConnection * ServerConnection,
    const ECreateRepLayoutFlags Flags
)

Remarks

Creates a new FRepLayout for the given class.

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