CohtmlDataBindingHelpers

Functions

Name
COHTMLPLUGIN_API voidCreateModel(cohtml::View * View, const FString & Name, void * Object, UStruct * Type)
COHTMLPLUGIN_API voidSynchronizeModels(cohtml::View * View)
COHTMLPLUGIN_API voidUpdateWholeModel(cohtml::View * View, void * Object, const UStruct * Type)
COHTMLPLUGIN_API voidRemoveModel(cohtml::View * View, void * Object, UStruct * Type)

Functions Documentation

function CreateModel

COHTMLPLUGIN_API void CreateModel(
    cohtml::View * View,
    const FString & Name,
    void * Object,
    UStruct * Type
)

function SynchronizeModels

COHTMLPLUGIN_API void SynchronizeModels(
    cohtml::View * View
)

function UpdateWholeModel

COHTMLPLUGIN_API void UpdateWholeModel(
    cohtml::View * View,
    void * Object,
    const UStruct * Type
)

function RemoveModel

COHTMLPLUGIN_API void RemoveModel(
    cohtml::View * View,
    void * Object,
    UStruct * Type
)