void START (const DSFS & temp)

void START (const DSFS & temp)

const は情報を変更せずにそのまま渡す。

& はポイント化して情報をもらい返す。

*もいいけど書き方が変わる。


댓글

이 블로그의 인기 게시물

About AActor!!! "UObject" has no member "BeginPlay"

UNREAL Android build information

C++ 생성자 위임 (delegating constructor)