unreal.ConcertPropertyChainWrapper

class unreal.ConcertPropertyChainWrapper

Bases: StructBase

Concert Property Chain Wrapper

C++ Source:

  • Plugin: ConcertReplicationScripting

  • Module: ConcertReplicationScripting

  • File: ConcertPropertyChainWrapper.h

get_child_properties(class_, only_direct=False) Array[ConcertPropertyChainWrapper]

Returns all child properties of Parent that are valid for replicating.

Parameters:
  • class (type(Class)) – The class in which to search

  • only_direct (bool) – Whether you only want direct children of Parent

Returns:

All child properties of Parent that are valid for replicating.

Return type:

Array[ConcertPropertyChainWrapper]

to_string() str

Converts the the property to a string.

Return type:

str